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 532c179 commit c02d948Copy full SHA for c02d948
src/main/java/com/example/demo/DemoApplication.java
@@ -0,0 +1,13 @@
1
+package com.example.demo;
2
+
3
+import org.springframework.boot.SpringApplication;
4
+import org.springframework.boot.autoconfigure.SpringBootApplication;
5
6
+@SpringBootApplication
7
+public class DemoApplication {
8
9
+ public static void main(String[] args) {
10
+ SpringApplication.run(DemoApplication.class, args);
11
+ }
12
13
+}
0 commit comments