In meiner pom.xml habe ich Standard-Aktivprofil und die Eigenschaft spring.profiles.active auf Entwicklung gesetzt:
Code: Select all
development
development
true
Code: Select all
No active profile set, falling back to default profiles: default
Was muss ich noch tun, damit mein aktives SpringBoot-Profil mit dem Maven-Profil festgelegt wird?
Für jede Hilfe bin ich sehr dankbar.
Mobile version