开始学习spring security
遇到一个问题,setDataSource
老是报红
解决方案,在pom.xml
中增加
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
<version>2.1.5.RELEASE</version>
</dependency>
开始学习spring security
遇到一个问题,setDataSource
老是报红
解决方案,在pom.xml
中增加
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
<version>2.1.5.RELEASE</version>
</dependency>