|
@@ -1,4 +1,4 @@
|
|
|
-package com.boman.admin;
|
|
|
+package com.boman.report;
|
|
|
|
|
|
import com.boman.common.security.annotation.EnableCustomConfig;
|
|
|
import com.boman.common.security.annotation.EnableRyFeignClients;
|
|
@@ -17,18 +17,18 @@ import org.springframework.context.annotation.ComponentScan;
|
|
|
@EnableRyFeignClients
|
|
|
@SpringCloudApplication
|
|
|
@ComponentScan(value = {"com.boman", "org.jeecg.modules.jmreport"})
|
|
|
-public class BomanAdminApplication {
|
|
|
+public class BomanReportApplication {
|
|
|
|
|
|
public static void main(String[] args) {
|
|
|
- SpringApplication.run(BomanAdminApplication.class, args);
|
|
|
+ SpringApplication.run(BomanReportApplication.class, args);
|
|
|
System.out.println();
|
|
|
System.out.println();
|
|
|
- System.out.println("---------------------------------------------- boman-admin 模块启动成功----------------------------------------------");
|
|
|
- System.out.println("---------------------------------------------- boman-admin 模块启动成功----------------------------------------------");
|
|
|
- System.out.println("---------------------------------------------- boman-admin 模块启动成功----------------------------------------------");
|
|
|
- System.out.println("---------------------------------------------- boman-admin 模块启动成功----------------------------------------------");
|
|
|
- System.out.println("---------------------------------------------- boman-admin 模块启动成功----------------------------------------------");
|
|
|
- System.out.println("---------------------------------------------- boman-admin 模块启动成功----------------------------------------------");
|
|
|
+ System.out.println("---------------------------------------------- boman-report 模块启动成功----------------------------------------------");
|
|
|
+ System.out.println("---------------------------------------------- boman-report 模块启动成功----------------------------------------------");
|
|
|
+ System.out.println("---------------------------------------------- boman-report 模块启动成功----------------------------------------------");
|
|
|
+ System.out.println("---------------------------------------------- boman-report 模块启动成功----------------------------------------------");
|
|
|
+ System.out.println("---------------------------------------------- boman-report 模块启动成功----------------------------------------------");
|
|
|
+ System.out.println("---------------------------------------------- boman-report 模块启动成功----------------------------------------------");
|
|
|
System.out.println();
|
|
|
System.out.println();
|
|
|
}
|