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