gaodm il y a 5 ans
Parent
commit
42329cd469

+ 1 - 1
src/main/resources/application-dev.yml

@@ -152,7 +152,7 @@ mybatis-plus:
 
 myhost: localhost
 oath.self.address: http://${myhost}:${server.port}
-qc.address: http://192.168.2.232:5008
+qc.address: http://192.168.2.232:6009
 
 swagger:
   enable: true

+ 1 - 1
src/main/resources/application-local.yml

@@ -152,7 +152,7 @@ mybatis-plus:
 
 myhost: localhost
 oath.self.address: http://${myhost}:${server.port}
-qc.address: http://192.168.2.232:5008
+qc.address: http://192.168.2.232:6009
 
 swagger:
   enable: true

+ 1 - 1
src/main/resources/application-pre.yml

@@ -152,7 +152,7 @@ mybatis-plus:
 
 myhost: localhost
 oath.self.address: http://${myhost}:${server.port}
-qc.address: http://192.168.2.232:5008
+qc.address: http://192.168.2.232:6009
 
 swagger:
   enable: true

+ 1 - 1
src/main/resources/application-pro.yml

@@ -152,7 +152,7 @@ mybatis-plus:
 
 myhost: localhost
 oath.self.address: http://${myhost}:${server.port}
-qc.address: http://192.168.2.232:5008
+qc.address: http://192.168.2.232:6009
 
 swagger:
   enable: true

+ 1 - 1
src/main/resources/application-test.yml

@@ -152,7 +152,7 @@ mybatis-plus:
 
 myhost: localhost
 oath.self.address: http://${myhost}:${server.port}
-qc.address: http://192.168.2.232:5008
+qc.address: http://192.168.2.232:6009
 
 swagger:
   enable: true