Skip to content

Commit

Permalink
🐛 activiti 建表不自动创建history表的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
xkcoding committed Jul 1, 2019
1 parent 66d1131 commit 76afcf7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions spring-boot-demo-activiti/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
<artifactId>spring-boot-starter-web</artifactId>
</dependency>

<!-- activiti 自动建表 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
</dependency>

<dependency>
<groupId>org.activiti</groupId>
<artifactId>activiti-spring-boot-starter</artifactId>
Expand All @@ -39,6 +45,11 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 76afcf7

Please sign in to comment.