|
@@ -6,7 +6,7 @@ |
|
|
|
|
|
|
|
|
<artifactId>sw-system-bpm</artifactId> |
|
|
<artifactId>sw-system-bpm</artifactId> |
|
|
<groupId>cc.smtweb</groupId> |
|
|
<groupId>cc.smtweb</groupId> |
|
|
<version>2.2.2-SNAPSHOT</version> |
|
|
|
|
|
|
|
|
<version>3.1.0-SNAPSHOT</version> |
|
|
|
|
|
|
|
|
<parent> |
|
|
<parent> |
|
|
<groupId>org.springframework.boot</groupId> |
|
|
<groupId>org.springframework.boot</groupId> |
|
@@ -28,7 +28,7 @@ |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>cc.smtweb</groupId> |
|
|
<groupId>cc.smtweb</groupId> |
|
|
<artifactId>sw-framework-core</artifactId> |
|
|
<artifactId>sw-framework-core</artifactId> |
|
|
<version>2.2.0-SNAPSHOT</version> |
|
|
|
|
|
|
|
|
<version>3.1.0-SNAPSHOT</version> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>org.springframework.boot</groupId> |
|
|
<groupId>org.springframework.boot</groupId> |
|
@@ -173,6 +173,32 @@ |
|
|
</configuration> |
|
|
</configuration> |
|
|
</plugin> |
|
|
</plugin> |
|
|
</plugins> |
|
|
</plugins> |
|
|
|
|
|
<resources> |
|
|
|
|
|
<!-- 界面设计器 --> |
|
|
|
|
|
<resource> |
|
|
|
|
|
<directory>E:/WORKSPACE/JJKJ-GIT/CODE/smtweb/sw-ui-design-vue/dist/</directory> |
|
|
|
|
|
<targetPath>${basedir}/target/classes/static/design/ui</targetPath> |
|
|
|
|
|
</resource> |
|
|
|
|
|
<!-- DB设计器 --> |
|
|
|
|
|
<resource> |
|
|
|
|
|
<directory>E:/WORKSPACE/JJKJ-GIT/CODE/smtweb/sw-db-design-vue/dist/</directory> |
|
|
|
|
|
<targetPath>${basedir}/target/classes/static/design/db</targetPath> |
|
|
|
|
|
</resource> |
|
|
|
|
|
<!-- 流程设计器 --> |
|
|
|
|
|
<resource> |
|
|
|
|
|
<directory>E:/WORKSPACE/JJKJ-GIT/CODE/smtweb/sw-flow-design-vue/dist/</directory> |
|
|
|
|
|
<targetPath>${basedir}/target/classes/static/design/flow</targetPath> |
|
|
|
|
|
</resource> |
|
|
|
|
|
<!-- 预览脚手架 --> |
|
|
|
|
|
<resource> |
|
|
|
|
|
<directory>E:/WORKSPACE/JJKJ-GIT/CODE/smtweb/sw-framework-widget-vue/dist/</directory> |
|
|
|
|
|
<targetPath>${basedir}/target/classes/static/design/preview</targetPath> |
|
|
|
|
|
</resource> |
|
|
|
|
|
<!-- 设定主资源目录,入口跳转页等 --> |
|
|
|
|
|
<resource> |
|
|
|
|
|
<directory>src/main/resources</directory> |
|
|
|
|
|
</resource> |
|
|
|
|
|
</resources> |
|
|
</build> |
|
|
</build> |
|
|
|
|
|
|
|
|
<distributionManagement> |
|
|
<distributionManagement> |
|
|