-
Notifications
You must be signed in to change notification settings - Fork 41.6k
Closed
Description
With --debug option I see the following messages:
DEBUG [main] --- ConfigFileApplicationListener: Skipped config file 'file:./config/application-test.xml' for profile testresource not found
DEBUG [main] --- ConfigFileApplicationListener: Skipped config file 'file:./config/application.xml' for profile testresource not found
There is a missing space in message. It should be: "... for profile test resource not found" instead of "... for profile testresource not found".
I believe that this line should be fixed: https://github.com/spring-projects/spring-boot/blob/master/spring-boot/src/main/java/org/springframework/boot/context/config/ConfigFileApplicationListener.java#L395
Metadata
Metadata
Assignees
Labels
type: documentationA documentation updateA documentation update