refactor(GitLink适配): 解决端口冲突问题,统一修改端口

This commit is contained in:
otto 2023-03-21 16:57:18 +08:00
parent 469e2437a7
commit e3abef59dd
6 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# Tomcat
server:
port: 9200
port: 9110
# Spring
spring:

View File

@ -1,6 +1,6 @@
# Tomcat
server:
port: 9300
port: 9111
# Spring
spring:

View File

@ -1,6 +1,6 @@
# Tomcat
server:
port: 9202
port: 9112
# Spring
spring:

View File

@ -1,6 +1,6 @@
# Tomcat
server:
port: 9203
port: 9113
# Spring
spring:

View File

@ -1,6 +1,6 @@
# Tomcat
server:
port: 9201
port: 9114
# Spring
spring:

View File

@ -1,6 +1,6 @@
# Tomcat
server:
port: 9100
port: 9115
# Spring
spring: