Commit a8b218f14437f3199aef1ee3db2288c3ba76a79f
1 parent
02648bb9
端口配置
Showing
5 changed files
with
21 additions
and
1 deletions
class-service.yml
| @@ -72,6 +72,8 @@ apiConfig: | @@ -72,6 +72,8 @@ apiConfig: | ||
| 72 | resourceGaoXiaoBangUrl: https://resource.gaoxiaobang.com | 72 | resourceGaoXiaoBangUrl: https://resource.gaoxiaobang.com |
| 73 | usrLocalTomcatTempLocation: /usr/local/tomcat/temp | 73 | usrLocalTomcatTempLocation: /usr/local/tomcat/temp |
| 74 | --- | 74 | --- |
| 75 | +server: | ||
| 76 | + port: 16200 | ||
| 75 | 77 | ||
| 76 | spring: | 78 | spring: |
| 77 | profiles: test | 79 | profiles: test |
| @@ -144,6 +146,8 @@ apiConfig: | @@ -144,6 +146,8 @@ apiConfig: | ||
| 144 | resourceGaoXiaoBangUrl: https://resource.gaoxiaobang.com | 146 | resourceGaoXiaoBangUrl: https://resource.gaoxiaobang.com |
| 145 | usrLocalTomcatTempLocation: /usr/local/tomcat/temp | 147 | usrLocalTomcatTempLocation: /usr/local/tomcat/temp |
| 146 | --- | 148 | --- |
| 149 | +server: | ||
| 150 | + port: 16200 | ||
| 147 | 151 | ||
| 148 | spring: | 152 | spring: |
| 149 | profiles: production | 153 | profiles: production |
config.yml
| @@ -31,6 +31,8 @@ eureka: | @@ -31,6 +31,8 @@ eureka: | ||
| 31 | defaultZone: http://discovery:15200/eureka/ | 31 | defaultZone: http://discovery:15200/eureka/ |
| 32 | 32 | ||
| 33 | --- | 33 | --- |
| 34 | +server: | ||
| 35 | + port: 15100 | ||
| 34 | 36 | ||
| 35 | spring: | 37 | spring: |
| 36 | profiles: test | 38 | profiles: test |
| @@ -62,6 +64,8 @@ eureka: | @@ -62,6 +64,8 @@ eureka: | ||
| 62 | defaultZone: http://discovery:15200/eureka/ | 64 | defaultZone: http://discovery:15200/eureka/ |
| 63 | 65 | ||
| 64 | --- | 66 | --- |
| 67 | +server: | ||
| 68 | + port: 15100 | ||
| 65 | 69 | ||
| 66 | spring: | 70 | spring: |
| 67 | profiles: production | 71 | profiles: production |
discovery.yml
| @@ -26,6 +26,8 @@ eureka: | @@ -26,6 +26,8 @@ eureka: | ||
| 26 | defaultZone: http://${eureka.instance.hostname}:${server.port}/eureka/ | 26 | defaultZone: http://${eureka.instance.hostname}:${server.port}/eureka/ |
| 27 | 27 | ||
| 28 | --- | 28 | --- |
| 29 | +server: | ||
| 30 | + port: 15200 | ||
| 29 | 31 | ||
| 30 | spring: | 32 | spring: |
| 31 | profiles: test | 33 | profiles: test |
| @@ -52,7 +54,9 @@ eureka: | @@ -52,7 +54,9 @@ eureka: | ||
| 52 | defaultZone: http://${eureka.instance.hostname}:${server.port}/eureka/ | 54 | defaultZone: http://${eureka.instance.hostname}:${server.port}/eureka/ |
| 53 | 55 | ||
| 54 | --- | 56 | --- |
| 55 | - | 57 | +server: |
| 58 | + port: 15200 | ||
| 59 | + | ||
| 56 | spring: | 60 | spring: |
| 57 | profiles: production | 61 | profiles: production |
| 58 | cloud: | 62 | cloud: |
gateway.yml
| @@ -65,6 +65,8 @@ tenant: | @@ -65,6 +65,8 @@ tenant: | ||
| 65 | tenantId: 438 | 65 | tenantId: 438 |
| 66 | 66 | ||
| 67 | --- | 67 | --- |
| 68 | +server: | ||
| 69 | + port: 15300 | ||
| 68 | 70 | ||
| 69 | spring: | 71 | spring: |
| 70 | profiles: test | 72 | profiles: test |
| @@ -118,6 +120,8 @@ tenant: | @@ -118,6 +120,8 @@ tenant: | ||
| 118 | tenantId: 438 | 120 | tenantId: 438 |
| 119 | 121 | ||
| 120 | --- | 122 | --- |
| 123 | +server: | ||
| 124 | + port: 15300 | ||
| 121 | 125 | ||
| 122 | spring: | 126 | spring: |
| 123 | profiles: production | 127 | profiles: production |
user-service.yml
| @@ -49,6 +49,8 @@ eureka: | @@ -49,6 +49,8 @@ eureka: | ||
| 49 | defaultZone: http://discovery:15200/eureka/ | 49 | defaultZone: http://discovery:15200/eureka/ |
| 50 | 50 | ||
| 51 | --- | 51 | --- |
| 52 | +server: | ||
| 53 | + port: 16100 | ||
| 52 | 54 | ||
| 53 | spring: | 55 | spring: |
| 54 | profiles: test | 56 | profiles: test |
| @@ -98,6 +100,8 @@ eureka: | @@ -98,6 +100,8 @@ eureka: | ||
| 98 | defaultZone: http://discovery:15200/eureka/ | 100 | defaultZone: http://discovery:15200/eureka/ |
| 99 | 101 | ||
| 100 | --- | 102 | --- |
| 103 | +server: | ||
| 104 | + port: 16100 | ||
| 101 | 105 | ||
| 102 | spring: | 106 | spring: |
| 103 | profiles: production | 107 | profiles: production |