startpom文件增加流程模块启动
This commit is contained in:
@@ -27,6 +27,10 @@
|
|||||||
<groupId>org.jeecgframework.boot</groupId>
|
<groupId>org.jeecgframework.boot</groupId>
|
||||||
<artifactId>jeecg-module-supervision</artifactId>
|
<artifactId>jeecg-module-supervision</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.jeecgframework.boot</groupId>
|
||||||
|
<artifactId>jeecg-module-flow</artifactId>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!-- flyway 数据库自动升级 -->
|
<!-- flyway 数据库自动升级 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
+3
@@ -40,6 +40,9 @@ public class JeecgSystemApplication extends SpringBootServletInitializer {
|
|||||||
"Swagger文档: \thttp://" + ip + ":" + port + path + "/doc.html\n" +
|
"Swagger文档: \thttp://" + ip + ":" + port + path + "/doc.html\n" +
|
||||||
"----------------------------------------------------------");
|
"----------------------------------------------------------");
|
||||||
|
|
||||||
|
// 检查是否有 xiSpeakFlow 这个 Bean
|
||||||
|
boolean exists = application.containsBean("xiSpeakFlow");
|
||||||
|
System.out.println("★★★ xiSpeakFlow 是否加载成功: " + exists);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user