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 e03c1e1 commit 85d0868Copy full SHA for 85d0868
complete/src/main/java/com/example/restservice/RestServiceApplication.java
@@ -6,8 +6,8 @@
6
@SpringBootApplication
7
public class RestServiceApplication {
8
9
- public static void main(String[] args) {
10
- SpringApplication.run(RestServiceApplication.class, args);
11
- }
+ public static void main(String[] args) {
+ SpringApplication.run(RestServiceApplication.class, args);
+ }
12
13
}
0 commit comments