Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 76afcf7

Browse files
committed
🐛 activiti 建表不自动创建history表的问题
1 parent 66d1131 commit 76afcf7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

‎spring-boot-demo-activiti/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@
2828
<artifactId>spring-boot-starter-web</artifactId>
2929
</dependency>
3030

31+
<!-- activiti 自动建表 -->
32+
<dependency>
33+
<groupId>org.springframework.boot</groupId>
34+
<artifactId>spring-boot-starter-jdbc</artifactId>
35+
</dependency>
36+
3137
<dependency>
3238
<groupId>org.activiti</groupId>
3339
<artifactId>activiti-spring-boot-starter</artifactId>
@@ -39,6 +45,11 @@
3945
<artifactId>spring-boot-starter-test</artifactId>
4046
<scope>test</scope>
4147
</dependency>
48+
49+
<dependency>
50+
<groupId>mysql</groupId>
51+
<artifactId>mysql-connector-java</artifactId>
52+
</dependency>
4253
</dependencies>
4354

4455
<build>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /