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
SpringApplicationContextLoader supports inlined properties configured via @TestPropertySource, but properties files are currently ignored.
Please add support for properties files configured via @TestPropertySource.
See org.springframework.test.context.support.AbstractContextLoader.prepareContext(ConfigurableApplicationContext, MergedContextConfiguration) for details.