我是一个初学者在发展。
如何获取www.example.com的“spring.datasource.url =”application.properties?
应用程序.属性
spring.datasource.url=jdbc:mysql://localhost:3306/sms?useSSL=fals&serverTimezone=UTC&useLegacyDatetimecode=false
spring.datasource.username=root
spring.datasource.password=123123
#Hibernate
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDialect
#Hibernate auto ddl
spring.jpa.hibernate.ddl-auto=update
logging.level.org.hibernate.SQL=DEBUG
2条答案
按热度按时间8hhllhi21#
进样
dataSourceProperties
,并使用determineUrl
:您可以拨打:
xqkwcwgp2#
您可以使用属性:
包java.util.Properties
了解更多信息=〉https://www.javatpoint.com/properties-class-in-java