fix: 修复打包后运行报错

master
李小林 10 months ago
parent c5a1887974
commit 6f515e450b
  1. 4
      pom.xml

@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.17</version>
<version>2.7.10</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.bellmann</groupId>
@ -34,7 +34,7 @@
<okhttp3.version>4.8.1</okhttp3.version>
<!-- redisson 分布式锁 -->
<redisson.version> 3.23.3</redisson.version>
<redisson.version> 3.17.4</redisson.version>
<common-net.version>3.6</common-net.version>
<!-- 自动代码生成 -->
<mybatis-plus-generator.version>3.5.6</mybatis-plus-generator.version>

Loading…
Cancel
Save