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 61f021c commit ab56a4bCopy full SHA for ab56a4b
forsrc-springboot-gwt-ui/src/test/java/com/forsrc/boot/ui/gwt/UiApplicationTests.java
@@ -12,5 +12,13 @@ public class UiApplicationTests {
12
@Test
13
public void contextLoads() {
14
}
15
-
+ /*
16
+ public static void main(String[] args) throws Exception {
17
+ SpringApplication application = new SpringApplication(AutoDeployBatch.class);
18
+ application.setWebEnvironment(false);
19
+ ApplicationContext context = application.run();
20
+ // X x = context.getBean(X.class);
21
+ SpringApplication.exit(context);
22
+ }
23
+ */
24
0 commit comments