Commit e7f5cfc422cb9ac8dc72f0c0faf063bf5fcb711c
1 parent
afe2450a
test
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/genersoft/iot/vmp/VManageBootstrap.java
| ... | ... | @@ -24,6 +24,7 @@ public class VManageBootstrap extends LogManager { |
| 24 | 24 | private static ConfigurableApplicationContext context; |
| 25 | 25 | public static void main(String[] args) { |
| 26 | 26 | VManageBootstrap.args = args; |
| 27 | + System.out.println("test"); | |
| 27 | 28 | VManageBootstrap.context = SpringApplication.run(VManageBootstrap.class, args); |
| 28 | 29 | } |
| 29 | 30 | // 项目重启 | ... | ... |