我的名片

网名:轻舞肥羊

职业:Java Python 架构 PM

现居:武汉

企鹅号:43131588

  • Spring Boot + Spring LDAP Integration Testing Example

    Spring Boot + Spring LDAP Integration Testing Example

    In this example we demonstrate how to use spring boot and spring ldap for writing ldap integration tests. We set up an embedded LDAP server and populate it with a custom schema.ldif file.

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

    阅读更多
  • Spring Security + Spring LDAP Authentication Configuration Example

    Spring Security + Spring LDAP Authentication Configuration Example

    In this tutorial we demonstrate how to Configure Spring Security + Spring LDAP authentication application. We show how to configure spring security and spring LDAP using Java And XML Configuration.

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

    阅读更多
  • Spring boot Create a Custom Banner Example

    Spring boot  Create a Custom Banner Example

    You can change the mission critical banner that is printed on start up with your own custom banner. You have the option to add your own custom banner.txt text file by setting the banner.location to the location of such a file. The default charset is UTF-8. In addition you can also add a banner.gif, banner.jpg or banner.png image file or set a banner.image.location property. Images will be converted into an ASCII art representation and printed above any text banner. In this tutorial we demonstrate how to create a custom banner using spring boot. We Generated an ascii art and place it in a file called banner.txt and place it in the directory src/main/resources.

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

    阅读更多
  • Spring Boot Create Executable using Maven with Parent Pom

    Maven users can inherit from the spring-boot-starter-parent project to obtain sensible defaults. You should only need to specify the Spring Boot version number on this dependency. If you import additional starters, you can safely omit the version number. This tutorial demonstrates how to create an executable jar/war using Maven with a Parent POM. In another tutorial, you can also create an executable jar/war without using a parent pom

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

    阅读更多
  • Spring Boot – Create Executable using Maven without Parent Pom

    Not everyone likes inheriting from the spring-boot-starter-parent POM to create an executable jar/war. You may have your own corporate standard parent that you need to use, or you may just prefer to explicitly declare all your Maven configuration. In this tutorial we’ll demonstrate how to create an executable jar/war using Maven without a parent pom.

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

    阅读更多
  • 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]

    阅读更多
共有 1562 条记录 首页 << 96979899100101102103104末页

 


  • 微信公众号

  • 我的微信

站点声明:

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

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

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