org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorAutoConfiguration
时间: 2023-09-19 13:06:24 浏览: 145
org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorAutoConfiguration是一个Spring Boot自动配置类,用于配置数据源健康指示器。它提供了监控和报告数据源的状态,以确保应用程序与数据库的连接正常。根据引用中提到的Maven坐标,你可以使用以下方式在你的项目中引入该自动配置类:
```xml
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator</artifactId>
<version>2.3.12.RELEASE</version>
</dependency>
```
引用中提到的报错"Error processing condition on org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration.propertySourcesPlaceholderConfigurer"可能与文件位置不正确有关。可以将文件移动到正确的位置,例如将启动类放在与该自动配置类同级目录或子目录下。这样,Spring Boot会自动扫描并应用该自动配置类,解决报错问题。
补充引用内容:
: springboot 报错 Error processing condition on org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration.propertySourcesPlaceholderConfigurer
: Maven坐标:org.springframework.boot:spring-boot-actuator:2.3.12.RELEASE; 标签:springframework、boot、spring、actuator、中英对照文档、jar包、java; 使用方法:解压翻译后的API文档,用浏览器打开“index....
: 正确的: 把文件移动到正确的位置就好啦。在测试mybatisplus自动生成自定义模板代码的时候,忘记把启动类一进去了,害。现在回过头来看报错:Error processing condition on org.springframework.boot.autoconfigure.context.PropertyPlaceholderAuto,大概是由于文件位置不对导致自动配置失败吧。(@SpringBootApplication默认的扫描位置就是Application所在的同级目录和子目录)。<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* *3* [Error processing condition on org.springframework.boot.autoconfigure.context.PropertyPlaceholderAuto](https://blog.csdn.net/m0_67401545/article/details/126661441)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"]
- *2* [spring-boot-actuator-2.3.12.RELEASE-API文档-中英对照版.zip](https://download.csdn.net/download/qq_36462452/86104368)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"]
[ .reference_list ]
阅读全文