settings.gradle.kts 99 B

123
  1. rootProject.name = "springboot-autoconfiguration-learn"
  2. include("ms-user")
  3. include("ms-marketing")