|
|
@@ -235,21 +235,6 @@ |
|
|
|
<scope>system</scope> |
|
|
|
<systemPath>${project.basedir}/src/lib/kingbase8-8.2.0.jar</systemPath> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>org.flowable</groupId> |
|
|
|
<artifactId>flowable-spring-boot-starter-actuator</artifactId> |
|
|
|
<exclusions> |
|
|
|
<exclusion> |
|
|
|
<groupId>org.mybatis</groupId> |
|
|
|
<artifactId>mybatis</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusions> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>cn.dev33</groupId> |
|
|
|
<artifactId>sa-token-spring-boot-starter</artifactId> |
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
<!-- 打包 --> |
|
|
|
<!--配置环境的profile--> |
|
|
|