| | |
| | | * @tag |
| | | */ |
| | | @SpringBootApplication(scanBasePackages = {"com.java110.service", "com.java110.report", |
| | | "com.java110.core", "com.java110.config.properties.code", "com.java110.db"}, |
| | | "com.java110.core", "com.java110.config.properties.code", "com.java110.db","com.java110.doc"}, |
| | | exclude = {LiquibaseAutoConfiguration.class, |
| | | org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration.class}) |
| | | @EnableDiscoveryClient |
| | |
| | | "com.java110.intf.store", |
| | | "com.java110.intf.user", |
| | | "com.java110.intf.fee", |
| | | "com.java110.intf.dev", |
| | | "com.java110.intf.community"}) |
| | | public class ReportServiceApplicationStart { |
| | | |
| | |
| | | |
| | | //初始化 activity 流程 |
| | | //DeploymentActivity.deploymentProcess(); |
| | | |
| | | //服务启动完成 |
| | | ServiceStartInit.printStartSuccessInfo(); |
| | | } |
| | | } |