We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c9c6a7 commit 4c8b5faCopy full SHA for 4c8b5fa
src/main/java/ru/mystamps/web/support/spring/boot/ApplicationBootstrap.java
@@ -54,7 +54,7 @@ public static void main(String... args) throws LiquibaseException {
54
}
55
56
ConfigurableApplicationContext context =
57
- SpringApplication.run(DefaultStartup.class, args);
+ new SpringApplication(DefaultStartup.class).run(args);
58
59
FeatureManager featureManager = context.getBean(FeatureManager.class);
60
StaticFeatureManagerProvider.setFeatureManager(featureManager);
0 commit comments