Browse Source

Merge remote-tracking branch 'origin/wvp-28181-2.0' into wvp-28181-2.0

648540858 3 năm trước cách đây
mục cha
commit
a509587980
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main/java/com/genersoft/iot/vmp/VManageBootstrap.java

+ 1 - 1
src/main/java/com/genersoft/iot/vmp/VManageBootstrap.java

@@ -11,7 +11,7 @@ import org.springframework.scheduling.annotation.EnableScheduling;
 import springfox.documentation.oas.annotations.EnableOpenApi;
 
 /**
- *
+ * 启动类
  */
 @ServletComponentScan("com.genersoft.iot.vmp.conf")
 @SpringBootApplication