Update settings.gradle.kts

This commit is contained in:
Elex
2021-08-02 10:46:13 +09:00
committed by GitHub
parent 4c664e51f6
commit 7d3ad1cce0

View File

@@ -1,2 +1,2 @@
rootProject.name = "tmpl-java-multiproject"
rootProject.name = "spring-boot-examples"
include("lib", "app")