Skip to content

Commit

Permalink
🚧 努力ing
Browse files Browse the repository at this point in the history
  • Loading branch information
xkcoding committed Mar 31, 2019
1 parent 3a30809 commit 5bcdfaa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

/**
* <p>
* 启动器
* </p>
*
* @package: com.xkcoding.activiti
* @description: 启动器
* @author: yangkai.shen
* @date: Created in 2019-03-31 22:24
* @copyright: Copyright (c) 2019
* @version: V1.0
* @modified: yangkai.shen
*/
@SpringBootApplication
public class SpringBootDemoActivitiApplication {

Expand Down

0 comments on commit 5bcdfaa

Please sign in to comment.