【发布时间】:2021-08-21 07:26:32
【问题描述】:
在哪里可以找到 Gradle 应用程序属性配置的 Spring 文档?下图 enter image description here
【问题讨论】:
标签: spring spring-boot spring-data-jpa spring-data
在哪里可以找到 Gradle 应用程序属性配置的 Spring 文档?下图 enter image description here
【问题讨论】:
标签: spring spring-boot spring-data-jpa spring-data
Spring 属性文档分散在多个地方,这取决于您使用的 Spring 组件。
最好使用 IntelliJ 等 IDE 打开您的项目,这将有助于直接从您的 application.properties 文件中向您显示属性 javadoc。
常用属性见此链接: https://docs.spring.io/spring-boot/docs/current/reference/html/application-properties.html
【讨论】:
您可以开始使用它。
【讨论】: