소스 검색

[flowable][修改]:更改加载jar修改

release_toaliyun_real
Stormeye Wu 7 년 전
부모
커밋
1d66435858
2개의 변경된 파일과 6개의 추가작업 그리고 6개의 파일을 삭제
  1. +0
    -6
      mallinkService/pom.xml
  2. +6
    -0
      pom.xml

+ 0
- 6
mallinkService/pom.xml 파일 보기

@@ -20,12 +20,6 @@
<scope>compile</scope>
</dependency>
-->

<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-starter-basic</artifactId>
<version>6.4.0</version>
</dependency>
</dependencies>

</project>

+ 6
- 0
pom.xml 파일 보기

@@ -86,6 +86,12 @@
<artifactId>spring-boot-starter-mail</artifactId>
</dependency>

<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-starter-process</artifactId>
<version>6.4.0</version>
</dependency>

<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>


불러오는 중...
취소
저장