最近学习springboot看着视频配置了druid数据源及监控
配置好了之后访问
http://localhost:8080/druid/login.html
一直404报错
在网上找了很多方法,有的说是
//将这个依赖
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
最近学习springboot看着视频配置了druid数据源及监控
配置好了之后访问
http://localhost:8080/druid/login.html
一直404报错
在网上找了很多方法,有的说是
//将这个依赖
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>