1 parent 6f8859b commit fa95359Copy full SHA for fa95359
1 file changed
server-config/src/main/java/com/lvliang/config/ServerConfigApplication.java
@@ -4,6 +4,11 @@
4
import org.springframework.boot.autoconfigure.SpringBootApplication;
5
import org.springframework.cloud.config.server.EnableConfigServer;
6
7
+/**
8
+ * test main
9
+ * @author thinkpad
10
+ *
11
+ */
12
@EnableConfigServer
13
@SpringBootApplication
14
public class ServerConfigApplication {
0 commit comments