| | |
| | | <groupId>org.jsoup</groupId> |
| | | <artifactId>jsoup</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.java110</groupId> |
| | | <artifactId>ReportComponent</artifactId> |
| | | </dependency> |
| | | |
| | | |
| | | <dependency> |
| | |
| | | "com.java110.service.controller", |
| | | "com.java110.service.filter", |
| | | "com.java110.service.init", |
| | | "com.java110.web", "com.java110.core", "com.java110.config.properties.code","com.java110.cache"}) |
| | | "com.java110.web", |
| | | "com.java110.core", |
| | | "com.java110.config.properties.code", |
| | | "com.java110.cache", |
| | | "com.java110.report" |
| | | }) |
| | | @EnableDiscoveryClient |
| | | //@EnableConfigurationProperties(EventProperties.class) |
| | | @EnableAutoConfiguration(exclude = {DataSourceAutoConfiguration.class}) |
| | |
| | | //审核工单 |
| | | public static final String AGENT_HAS_LIST_AUDITORDER = "502019102911270009"; |
| | | |
| | | public static final String LIST_PAY_FEE = ""; |
| | | public static final String LIST_PAY_FEE = "502019103056060006"; |
| | | |
| | | } |
| | |
| | | <artifactId>java110-db</artifactId> |
| | | <version>${microcommunity.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.java110</groupId> |
| | | <artifactId>ReportComponent</artifactId> |
| | | <version>${microcommunity.version}</version> |
| | | </dependency> |
| | | <!-- logback 日志组件支持 --> |
| | | |
| | | <dependency> |