Skip to content

Commit b91b0b6

Browse files
committed
🎉 spring-boot-demo-oauth 初始化
1 parent 0d13a7c commit b91b0b6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

spring-boot-demo-oauth/src/main/java/com/xkcoding/oauth/SpringBootDemoOauthApplication.java

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
import org.springframework.boot.SpringApplication;
44
import org.springframework.boot.autoconfigure.SpringBootApplication;
55

6+
/**
7+
* <p>
8+
* 启动器
9+
* </p>
10+
*
11+
* @package: com.xkcoding.oauth
12+
* @description: 启动器
13+
* @author: yangkai.shen
14+
* @date: Created in 2019-02-17 23:52
15+
* @copyright: Copyright (c) 2019
16+
* @version: V1.0
17+
* @modified: yangkai.shen
18+
*/
619
@SpringBootApplication
720
public class SpringBootDemoOauthApplication {
821

0 commit comments

Comments
 (0)