Skip to content

Commit

Permalink
Merge pull request #9 from lotteon2/fix/develop
Browse files Browse the repository at this point in the history
💚 Yml 설정 오류 수정
  • Loading branch information
JIUNG9 authored Dec 29, 2023
2 parents 9a571a2 + 68c2547 commit 51865bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spring:
pathmatch:
matching-strategy: ant_path_matcher
application:
name: product-service
name: payment-service
config:
activate:
on-profile: dev
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spring:
pathmatch:
matching-strategy: ant_path_matcher
application:
name: product-service
name: payment-service
config:
activate:
on-profile: local
Expand Down

0 comments on commit 51865bf

Please sign in to comment.