SpringBoot系列: 所有配置属性和官方文档

Spring Boot 通用配置参数
https://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html

Spring 下所有项目的文档, Spring boot 只是其中一个项目
https://spring.io/docs/reference


按场景给出的一些重要示例
https://spring.io/guides

spring-boot-samples 项目在 github 地址
https://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples


下面是一些完整的项目, 可以参考其设计思路:
https://github.com/kazuki43zoo/mybatis-spring-boot-jpetstore
https://github.com/shuzheng/zheng
https://gitee.com/xiandafu/springboot-plus

原文地址:https://www.cnblogs.com/harrychinese/p/SpringBoot_application_properties_and_document.html