2 Commits

Author SHA1 Message Date
RuoYi
16f0de6c29 升级druid到最新版本1.2.27 2025-10-14 13:39:30 +08:00
RuoYi
8f4684ff62 update ruoyi-admin pom.xml 2025-10-14 12:13:48 +08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
<shiro.version>2.0.4</shiro.version>
<mybatis-spring-boot.version>3.0.4</mybatis-spring-boot.version>
<thymeleaf.extras.shiro.version>2.1.0</thymeleaf.extras.shiro.version>
<druid.version>1.2.23</druid.version>
<druid.version>1.2.27</druid.version>
<bitwalker.version>1.21</bitwalker.version>
<kaptcha.version>2.3.3</kaptcha.version>
<pagehelper.boot.version>2.1.1</pagehelper.boot.version>

View File

@@ -67,9 +67,9 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.5.15</version>
<version>3.5.4</version>
<configuration>
<fork>true</fork> <!-- 如果没有该配置devtools不会生效 -->
<addResources>true</addResources>
</configuration>
<executions>
<execution>