spring-boot 2.7.8、mybatis 3.5.11、shiro 1.11.0、druid 1.2.15...

This commit is contained in:
thinkgem
2023-01-28 11:36:01 +08:00
parent 470a8998fb
commit 4a2a8afe72
2 changed files with 6 additions and 10 deletions

View File

@@ -25,8 +25,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 -->