Skip to content

Commit

Permalink
fix: spring cloud config label, application이름 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
GaHee99 committed Mar 27, 2024
1 parent 0649785 commit 6659a10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/bootstrap-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
spring:
application:
name: eoda
name: eodya
cloud:
config:
uri: http://localhost:8888
profile: prod
label: main
label:
4 changes: 2 additions & 2 deletions src/test/resources/bootstrap-test.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
spring:
application:
name: eoda
name: eodya
cloud:
config:
uri: http://localhost:8888
profile: test
label: test
label:

0 comments on commit 6659a10

Please sign in to comment.