格式化
Showing
1 changed file
with
0 additions
and
3 deletions
| ... | @@ -11,8 +11,5 @@ public class DockingApiApplication { | ... | @@ -11,8 +11,5 @@ public class DockingApiApplication { |
| 11 | public static void main(String[] args) { | 11 | public static void main(String[] args) { |
| 12 | SpringApplication application = new SpringApplication(DockingApiApplication.class); | 12 | SpringApplication application = new SpringApplication(DockingApiApplication.class); |
| 13 | application.run(args); | 13 | application.run(args); |
| 14 | |||
| 15 | } | 14 | } |
| 16 | |||
| 17 | |||
| 18 | } | 15 | } | ... | ... |
-
Please register or sign in to post a comment