Code: Select all
spring:
application:
name: my-app
profiles:
active: dev
Code: Select all
some-other-service:
host: https://test.com
Es funktioniert, wenn ich die Konfiguration zu application.yml hinzufüge, das Problem scheint also darin zu liegen, dass das Profil nicht festgelegt ist.
Dies funktionierte beim Upgrade auf Spring Boot nicht mehr 3.4.0. Gibt es hier bekannte Änderungen? Konnte es nicht in den Versionshinweisen finden.