diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index a2622a4..32675a9 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -5,7 +5,7 @@ spring: pathmatch: matching-strategy: ant_path_matcher application: - name: product-service + name: payment-service config: activate: on-profile: dev diff --git a/src/main/resources/application-local.yml b/src/main/resources/application-local.yml index e394665..306dd22 100644 --- a/src/main/resources/application-local.yml +++ b/src/main/resources/application-local.yml @@ -5,7 +5,7 @@ spring: pathmatch: matching-strategy: ant_path_matcher application: - name: product-service + name: payment-service config: activate: on-profile: local