There was an error while loading. Please reload this page.
1 parent 3a30809 commit 5bcdfaaCopy full SHA for 5bcdfaa
spring-boot-demo-activiti/src/main/java/com/xkcoding/activiti/SpringBootDemoActivitiApplication.java
@@ -3,6 +3,19 @@
3
import org.springframework.boot.SpringApplication;
4
import org.springframework.boot.autoconfigure.SpringBootApplication;
5
6
+/**
7
+ * <p>
8
+ * 启动器
9
+ * </p>
10
+ *
11
+ * @package: com.xkcoding.activiti
12
+ * @description: 启动器
13
+ * @author: yangkai.shen
14
+ * @date: Created in 2019-03-31 22:24
15
+ * @copyright: Copyright (c) 2019
16
+ * @version: V1.0
17
+ * @modified: yangkai.shen
18
+ */
19
@SpringBootApplication
20
public class SpringBootDemoActivitiApplication {
21
spring-boot-demo-activiti/src/main/resources/application.properties renamed to spring-boot-demo-activiti/src/main/resources/application.yml
0 commit comments