master
wangxy 4 months ago
parent 3db41a38fc
commit 6629e7c98a

@ -32,6 +32,7 @@
<velocity.version>2.3</velocity.version>
<jwt.version>0.9.1</jwt.version>
<warm-flow>1.3.4</warm-flow>
<hutool.version>5.6.5</hutool.version>
</properties>
<!-- 依赖声明 -->
@ -200,6 +201,11 @@
<artifactId>warm-flow-plugin-ui-sb-web</artifactId>
<version>${warm-flow}</version>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>${hutool.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

@ -131,6 +131,14 @@
<artifactId>mybatis-plus-boot-starter</artifactId>
<version>3.5.1</version>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>

Loading…
Cancel
Save