You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:: Spring Boot :: (v2.1.0.RELEASE)
2018-11-11 11:20:56.473 INFO 10934 --- [ restartedMain] devproftest.MyApp : The following profiles are active: z
bar
********
:: Spring Boot :: (v2.1.0.RELEASE)
2018-11-11 11:20:56.586 INFO 10934 --- [ restartedMain] devproftest.MyApp : The following profiles are active: z
baz
Expected output
baz, as defined in profile z should be displayed twice
PS. The order of running apps is important - if reverted baz is correctly displayed twice. Please do not be confused by double running - it is used only to have clear test scenario