摘要:
springboot配置health接口 spring-boot-starter-actuator 健康监控配置及使用 这样是可以看到一些结果的 如果在配置文件中用了下面这个,也是可以生效的 # 不进行dbh检查。运维设置默认检查 management.health.db.enabled=false 阅读全文
摘要:
SpringBoot读取外部配置文件的方法 Spring高级之注解@PropertySource详解(超详细) 1、@PropertySource(value = {"classpath:config/user.properties"}) 2、可以使用@ConfigurationProperties 阅读全文
摘要:
注解@ConfigurationProperties使用方法 1、配置文件内容 spring.datasource.url=jdbc:mysql://localhost:3306/satellite_resource?characterEncoding=utf8&serverTimezone=Asi 阅读全文