我的名片

网名:轻舞肥羊

职业:Java Python 架构 PM

现居:武汉

企鹅号:43131588

  • Spring Boot Random Configuration Property Values

    In this tutorial we demonstrate how to generate random property values for configuration properties using Spring Boot. The RandomValuePropertySource class is added – by spring boot – to the classpath. We can use it to produce random String, Integer, Long or UUID values.

    轻舞肥羊2019-08-10[Java]

    阅读更多
  • Spring Boot Passing Command Line Arguments Example

    Command Line Arguments can be used to configure your application, pass data at runtime, or to overwrite default configuration options. By default SpringApplication will convert any command line option arguments (starting with ‘–‘, e.g. –server.port=9090) to a property and add it to the Spring Environment. Command line properties always take precedence over other property sources. In this tutorial we demonstrate how to pass, parse and access command line arguments using Spring Boot.

    轻舞肥羊2019-08-10[Java]

    阅读更多
  • Spring Boot @ConfigurationProperties Annotation Example

    Spring Boot allows you to externalize your configuration so you can work with the same application code in different environments. You can use properties files, YAML files, environment variables and command-line arguments to externalize configuration. In the following tutorial we demonstrate how to use the @ConfigurationProperties annotation to map your configuration properties to a type safe configuration class.

    轻舞肥羊2019-08-10[Java]

    阅读更多
  • Spring Boot Managing Profiles with @Profile Annotation Example

    Spring Boot  Managing Profiles with @Profile Annotation Example

    Spring Profiles provides a way to segregate parts of your application configuration and make it only available in certain environments. This is particularly useful when configuring different environments like development and/or production. In the following tutorial we demonstrate how to manage spring profiles with @Profile annotation.

    轻舞肥羊2019-08-10[Java]

    阅读更多
  • Spring Boot Spring Data JPA with Hibernate and H2 Web Console

    Spring Boot  Spring Data JPA with Hibernate and H2 Web Console

    The H2 database provides a browser-based web console that Spring Boot can auto-configure for you. In order to let spring auto-configure the H2 Web Console, we have to make sure we are developing a web application, make sure the com.h2database:h2 dependency resides on the classpath and we are using the org.springframework.boot:spring-boot-devtools. You can also manually configure the h2 web console. In the following tutorial we demonstrate how to configure the H2 Web Console using Spring Boot, Spring Data with Hibernate.

    轻舞肥羊2019-08-10[Java]

    阅读更多
  • Spring Caching Example with Java and XML Configuration

    轻舞肥羊2019-08-10[Java]

    阅读更多
  • Spring Boot Caffeine Caching Example Configuration

    Expensive (CPU or I/O) bound operations can slow down your system. Caching is a way to improve the performance of your system. In this tutorial we demonstrate Caffeine Caching using Spring-Boot. You can use caffeine as a caching provider on top of the spring framework caching abstraction.

    轻舞肥羊2019-08-10[Java]

    阅读更多
  • Spring Boot Couchbase Caching Example Configuration

    Spring Boot Couchbase Caching Example Configuration

    Couchbase is a NoSQL database that can act as a spring framework cache provider on top of the spring framework cache abstraction layer. Caching improves the overal performance of an application.

    轻舞肥羊2019-08-10[Java]

    阅读更多
  • Spring Boot Ehcache 2 Caching Example Configuration

    Spring Boot Ehcache 2 Caching Example Configuration

    Ehcache is an open source, standards-based cache that boosts performance, offloads your database, and simplifies scalability. It’s the most widely-used Java-based cache because it’s robust, proven, full-featured, and integrates with other popular libraries and frameworks. Ehcache scales from in-process caching, all the way to mixed in-process/out-of-process deployments with terabyte-sized caches.

    轻舞肥羊2019-08-10[Java]

    阅读更多
  • Spring Boot Hazelcast Caching Example Configuration

    Spring Boot Hazelcast Caching Example Configuration

    Hazelcast is a Distributed In-Memory Data Grid tool and can be used as a caching provider for the spring framework abstraction caching layer. Using caching can improve the overall performance of your system. In the following tutorial we demonstrate how to configure hazelcast caching with spring boot.

    轻舞肥羊2019-08-10[Java]

    阅读更多
  • Spring LDAP + Spring Boot Embedded LDAP Configuration Example

    In this tutorial we demonstrate how to use spring boot and spring ldap to configure an embedded LDAP server.

    轻舞肥羊2019-08-10[Java]

    阅读更多
  • Spring LDAP Mapping Attributes to POJO with AttributesMapper Example

    This tutorial demonstrates how to use spring LDAP to map attributes on a POJO using the AttributesMapper<T> class.

    轻舞肥羊2019-08-10[Java]

    阅读更多
  • Spring LDAP CRUD Operations Binding and Unbinding Example

    In this tutorial we use spring ldap to demonstrate CRUD (Create, Read, Update Delete) operations performed on an LDAP server.

    轻舞肥羊2019-08-10[Java]

    阅读更多
  • Spring LDAP Object Directory Mapping (ODM) Configuration Example

    In the following tutorial we demonstrate how to use Spring LDAP Object Directory Mapping (ODM). ODM offers developers the ability to use annotations to map LDAP directories to Java objects.

    轻舞肥羊2019-08-10[Java]

    阅读更多
  • Spring Boot + Spring LDAP Advanced LDAP Queries Example

    This tutorial demonstrates how to write advanced LDAP queries using Spring LDAP. We can write advanced queries using the LdapQueryBuilder or by using custom filters, either by using clear text or custom logical filters.

    轻舞肥羊2019-08-10[Java]

    阅读更多
共有 1557 条记录 首页 << 96979899100101102103末页

 


  • 微信公众号

  • 我的微信

站点声明:

1、一号门博客CMS,由Python, MySQL, Nginx, Wsgi 强力驱动

2、部分文章或者资源来源于互联网, 有时候很难判断是否侵权, 若有侵权, 请联系邮箱:summer@yihaomen.com, 同时欢迎大家注册用户,主动发布无版权争议的 文章/资源.

3、鄂ICP备14001754号-3, 鄂公网安备 42280202422812号