There was an error while loading. Please reload this page.
1 parent 0d13a7c commit b91b0b6Copy full SHA for b91b0b6
spring-boot-demo-oauth/src/main/java/com/xkcoding/oauth/SpringBootDemoOauthApplication.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.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
+ */
19
@SpringBootApplication
20
public class SpringBootDemoOauthApplication {
21
0 commit comments