21.使用druid做为springboot项目数据源(添加监控)

1,添加 druid 的jar <!-- https://mvnrepository.com/artifact/com.alibaba/druid --> <dependency> <groupId>com.alibaba</groupId> <artifactId>druid</artifactId> <version>1.0.29</version> </dependency> 2,配置 Dr
相关文章
相关标签/搜索