Browse Source

测试发包

dev
wangxianzhang 3 years ago
parent
commit
c137d5fdd4
  1. 2
      epmet-openapi/epmet-openapi-scan/src/main/java/com/epmet/openapi/scan/ScanApplication.java

2
epmet-openapi/epmet-openapi-scan/src/main/java/com/epmet/openapi/scan/ScanApplication.java

@ -28,7 +28,7 @@ import org.springframework.context.annotation.ComponentScan;
public class ScanApplication { public class ScanApplication {
public static void main(String[] args) { public static void main(String[] args) {
log.info("openapi启动了:"); log.debug("openapi启动了:");
SpringApplication.run(ScanApplication.class, args); SpringApplication.run(ScanApplication.class, args);
} }

Loading…
Cancel
Save