https://docs.spring.io/spring-boot/docs/
https://docs.spring.io/spring-boot/docs/1.5.8.RELEASE/reference/htmlsingle/#boot-features-profiles
https://spring.io/projects/spring-cloud-task
https://cloud.spring.io/spring-cloud-stream/
The core building blocks of Spring Cloud Stream are:
- Destination Binders: Components responsible to provide integration with the external messaging systems.
- Destination Bindings: Bridge between the external messaging systems and application provided Producers and Consumers of messages (created by the Destination Binders).
- Message: The canonical data structure used by producers and consumers to communicate with Destination Binders (and thus other applications via external messaging systems).
参考资料
Spring Boot Reference Guide - Profiles
Maven profiles
Spring Professional Certification
The Spring Professional certification exam is designed to test and validate
your understanding of and familiarity with Spring. Learn More