Skip to content

Commit 5cdb350

Browse files
committed
Make localhost profile as default
1 parent c909043 commit 5cdb350

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/resources/application.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ spring:
33
name: Spring Boot Java Base
44
main:
55
banner-mode: "off"
6+
profiles:
7+
active: localhost
68
jackson:
79
default-property-inclusion: non_empty
810

0 commit comments

Comments
 (0)