Showing
1 changed file
with
1 additions
and
0 deletions
@@ -6,6 +6,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication; | @@ -6,6 +6,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication; | ||
6 | @SpringBootApplication | 6 | @SpringBootApplication |
7 | public class HGMonitorZJWebApplication { | 7 | public class HGMonitorZJWebApplication { |
8 | 8 | ||
9 | + | ||
9 | public static void main(String[] args) { | 10 | public static void main(String[] args) { |
10 | SpringApplication.run(HGMonitorZJWebApplication.class, args); | 11 | SpringApplication.run(HGMonitorZJWebApplication.class, args); |
11 | } | 12 | } |
-
Please register or login to post a comment