spring boot 2.7.8、shiro 1.11.0

This commit is contained in:
thinkgem
2023-01-23 22:47:48 +08:00
parent 15ae96b04a
commit 28aef61cea
2 changed files with 4 additions and 4 deletions

View File

@@ -21,8 +21,8 @@
<!-- MySQL -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<scope>runtime</scope>
</dependency>
<!-- Oracle 11g -->