Skip to content

Commit 37fc253

Browse files
Fix settings.gradle.kts
1 parent 37e659f commit 37fc253

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
rootProject.name = "java-project-99"
1+
rootProject.name = "app"
22

src/main/resources/application.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ spring:
1212
#default: dev
1313
#active: dev
1414
active: prod
15+
application:
16+
name: app
1517
main:
1618
banner-mode: "off"
1719
output:

0 commit comments

Comments
 (0)