Skip to content

Commit b875797

Browse files
Merge pull request #36 from bnc-projects/make_localhost_as_default_profile
Make localhost profile as default
2 parents c909043 + 5cdb350 commit b875797

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)