Browse Source

🎉 spring-boot-demo-urule 初始化

pull/1/head
Yangkai.Shen 5 years ago
parent
commit
30aee3c735
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      spring-boot-demo-urule/src/main/java/com/xkcoding/urule/SpringBootDemoUruleApplication.java

+ 13
- 0
spring-boot-demo-urule/src/main/java/com/xkcoding/urule/SpringBootDemoUruleApplication.java View File

@@ -3,6 +3,19 @@ package com.xkcoding.urule;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

/**
* <p>
* 启动器
* </p>
*
* @package: com.xkcoding.urule
* @description: 启动器
* @author: yangkai.shen
* @date: Created in 2019-02-25 22:46
* @copyright: Copyright (c) 2019
* @version: V1.0
* @modified: yangkai.shen
*/
@SpringBootApplication
public class SpringBootDemoUruleApplication {



Loading…
Cancel
Save