Commit 37b1978da586a73f000869335ac488d0bf72759d
1 parent
625842fd
删除多余注释
Showing
2 changed files
with
2 additions
and
2 deletions
src/main/java/com/genersoft/iot/vmp/VManageBootstrap.java
| ... | ... | @@ -8,7 +8,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication; |
| 8 | 8 | |
| 9 | 9 | @SpringBootApplication |
| 10 | 10 | public class VManageBootstrap extends LogManager { |
| 11 | - public static void main(String[] args) { | |
| 11 | + public static void main(String[] args) { | |
| 12 | 12 | SpringApplication.run(VManageBootstrap.class, args); |
| 13 | 13 | } |
| 14 | 14 | } | ... | ... |