Ver Fonte

chore: 修改服务端口为 5232

何文松 há 1 mês atrás
pai
commit
fab229ae70

+ 1 - 1
backend/lingyue-starter/src/main/resources/application.properties

@@ -6,7 +6,7 @@
 spring.config.import=optional:classpath:application-common.properties,optional:classpath:application-infra.properties
 
 # 服务端口
-server.port=8000
+server.port=5232
 server.servlet.context-path=/
 server.tomcat.uri-encoding=UTF-8
 server.tomcat.accept-count=1000