Commit 0fd4a6622128342722dc02cce9655256aee92b08

Authored by 多国蒙
1 parent 17487f5e

no message

Showing 1 changed file with 6 additions and 0 deletions
training-service.yml
@@ -2,6 +2,8 @@ server: @@ -2,6 +2,8 @@ server:
2 port: 16700 2 port: 16700
3 3
4 spring: 4 spring:
  5 + application:
  6 + name: training-service
5 profiles: development 7 profiles: development
6 cloud: 8 cloud:
7 config: 9 config:
@@ -89,6 +91,8 @@ server: @@ -89,6 +91,8 @@ server:
89 port: 16700 91 port: 16700
90 92
91 spring: 93 spring:
  94 + application:
  95 + name: training-service
92 profiles: test 96 profiles: test
93 cloud: 97 cloud:
94 config: 98 config:
@@ -150,6 +154,8 @@ server: @@ -150,6 +154,8 @@ server:
150 port: 16700 154 port: 16700
151 155
152 spring: 156 spring:
  157 + application:
  158 + name: training-service
153 profiles: production 159 profiles: production
154 cloud: 160 cloud:
155 config: 161 config: