SpringBoot配置大全
# A2 Spring Boot 配置大全
我只是 Spring Boot 官方文档 (opens new window) 的搬运工(还是只搬运文档目录的那种)。
详细文档在这里:Spring Boot官方文档 (opens new window),这篇附录出现在这里的目的,只是为了方便查找而已。
# 1. Core properties (opens new window)
# 2. Cache properties (opens new window)
# 3. Mail properties (opens new window)
# 4. JSON properties (opens new window)
# 5. Data properties (opens new window)
# 6. Transaction properties (opens new window)
# 7. Data migration properties (opens new window)
# 8. Integration properties (opens new window)
# 9. Web properties (opens new window)
# 10. Templating properties (opens new window)
# 11. Server properties (opens new window)
# 12. Security properties (opens new window)
# 13. RSocket properties (opens new window)
# 14. Actuator properties (opens new window)
# 15. Devtools properties (opens new window)
# 16. Testing properties (opens new window)
官方宣称:最后更新时间 2019-11-06 21:59:20 UTC 。
离线文档,请移步到这里 (opens new window)。
这个附录出现在这里的主要原因是我接触了太多的开发人员,有些开发人员有这样一个特点:不爱看官方文档,尤其不爱看***英文***的官方文档。如果由于这一篇附录,能够引导这些开发人员开始习惯于查阅(临时应急)或浏览(日常学习)官方文档,那就善莫大焉。
编辑 (opens new window)
上次更新: 2024/11/17, 16:29:23