This commit is contained in:
sxu 2024-07-22 15:08:41 +08:00
parent ec645860d0
commit 6ed51c8072
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ export sgzb_modules_file_jar=sgzb-modules-file.jar
export sgzb_modules_material_jar=sgzb-modules-material.jar
export sgzb_auth_port=39200
export sgzb_gateway_port=38080
export sgzb_gateway_port=39080
export sgzb_modules_system_port=39201
export sgzb_modules_base_port=39301
export sgzb_modules_file_port=39300

View File

@ -1,6 +1,6 @@
# Tomcat
server:
port: 38080
port: 39080
# Spring Boot Actuator V2中风险漏洞处理禁止远程端口访问
management: