Skip to content

Commit 9d32a9e

Browse files
feat(spring-jasper-example): rename application profiles for production and development
1 parent afd5c78 commit 9d32a9e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
spring:
3+
4+
application:
5+
name: spring-jasper-example-dev

spring-jasper-example/src/main/resources/application-prd.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

spring-jasper-example/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
spring:
33

44
application:
5-
name: spring-jasper-example-dev
5+
name: spring-jasper-example-prd

0 commit comments

Comments
 (0)