• 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]

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

    阅读更多
共有 325 条记录 首页 << 15161718192021末页

 


  • 微信公众号

  • 我的微信

站点声明:

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

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

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