feat:first commit
This commit is contained in:
15
xs-server/src/main/java/com/xiang/XsGatewayApplication.java
Normal file
15
xs-server/src/main/java/com/xiang/XsGatewayApplication.java
Normal file
@@ -0,0 +1,15 @@
|
||||
package com.xiang;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
/**
|
||||
* @Author: xiang
|
||||
* @Date: 2025-08-12 17:26
|
||||
*/
|
||||
@SpringBootApplication
|
||||
public class XsGatewayApplication {
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(XsGatewayApplication.class, args);
|
||||
}
|
||||
}
|
||||
0
xs-server/src/main/resources/application-local.yml
Normal file
0
xs-server/src/main/resources/application-local.yml
Normal file
6
xs-server/src/main/resources/application.yml
Normal file
6
xs-server/src/main/resources/application.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
server:
|
||||
port: 38010
|
||||
|
||||
spring:
|
||||
profiles:
|
||||
active: local
|
||||
Reference in New Issue
Block a user