Spring Boot CookbookFirst, Spring Boot introduction
- Spring Boot Auto-configuration, command-line Runner
- RESTful by Spring Boot with MySQL
- Spring Boot:data Rest Service
Second, configure the Web application
- Spring Boot: Custom servlet filters
- Spring Boot: Custom Interceptors
- Spring Boot: Customizing the HTTP Message converter
- Spring Boot: Custom propertyeditors
- Spring Boot: Custom type formatters
Iii. Customizing the web framework
- Spring Boot: Customizing URL matching rules
- Spring Boot: Customizing the Static Path mappings
- Tuning tomcat via the Embeddedservletcontainercustomizer interface
- Select the inline container for the Spring boot project
- Get your Spring Boot project to support HTTP and HTTPS
Iv. writing a custom spring Boot starters
- Learn about the automatic configuration of spring boot
- Spring Boot: Customizing Your Own starter
- To configure how the bean is initialized
- Triggering spring boot configuration with @enable* annotations
v. Testing the Spring boot application
- Test--mockito for Spring boot application
- Initializing the database and importing data
- Using the in-memory database in a test
- Analog db with Mockito
- Using the Spock framework in the Spring boot project
VI. Application Packaging and Deployment
- Packaging and deployment of Spring boot applications
VII. application monitoring and data visualization
- Health monitoring for Spring boot applications
- Use of Spring Boot admin
- Monitor spring boot applications with JMX
Johnnie
Links: http://www.jianshu.com/p/5ac18abc91f0
Source: Jane book
copyright belongs to the author. Commercial reprint please contact the author for authorization, non-commercial reprint please specify the source.
Spring Boot Cookbook Chinese notes