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

相关文章:

  • 2021-07-15
  • 2021-12-28
  • 2022-12-23
  • 2021-12-19
  • 2021-07-24
  • 2021-10-22
  • 2021-10-27
猜你喜欢
  • 2021-08-02
  • 2021-11-11
  • 2021-12-14
  • 2022-12-23
  • 2021-07-23
  • 2021-12-05
  • 2022-12-23
相关资源
相似解决方案