| | |
| | | <module>java110-bean</module> |
| | | <module>java110-config</module> |
| | | <module>java110-utils</module> |
| | | <module>UserService</module> |
| | | <module>LogService</module> |
| | | <module>FeeService</module> |
| | | <module>eureka</module> |
| | | <module>java110-core</module> |
| | | <module>java110-service</module> |
| | | <module>CodeService</module> |
| | | <module>StoreService</module> |
| | | <module>RuleService</module> |
| | | <module>java110-event</module> |
| | | <module>OrderService</module> |
| | | <module>java110-cacheAgent</module> |
| | | <module>java110-logAgent</module> |
| | | <module>zipkin</module> |
| | | <module>ShopService</module> |
| | | <module>CommentService</module> |
| | | <module>Api</module> |
| | | <module>CommunityService</module> |
| | | <module>java110-code-generator</module> |
| | | <module>java110-db</module> |
| | | <module>JobService</module> |
| | | <module>CommonService</module> |
| | | <module>ReportService</module> |
| | | <module>HardwareAdapationService</module> |
| | | <module>FrontService</module> |
| | | <module>service-user</module> |
| | | <module>service-log</module> |
| | | <module>service-fee</module> |
| | | <module>service-eureka</module> |
| | | <module>service-sequence</module> |
| | | <module>service-store</module> |
| | | <module>service-rule</module> |
| | | <module>service-order</module> |
| | | <module>service-comment</module> |
| | | <module>service-api</module> |
| | | <module>service-community</module> |
| | | <module>service-job</module> |
| | | <module>service-common</module> |
| | | <module>service-report</module> |
| | | <module>service-front</module> |
| | | <module>java110-generator</module> |
| | | </modules> |
| | | |
| | | <parent> |
| | |
| | | <version>${microcommunity.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.java110</groupId> |
| | | <artifactId>java110-event</artifactId> |
| | | <version>${microcommunity.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.java110</groupId> |
| | |
| | | <version>${microcommunity.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.java110</groupId> |
| | | <artifactId>java110-cacheAgent</artifactId> |
| | | <version>${microcommunity.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.java110</groupId> |
| | | <artifactId>java110-logAgent</artifactId> |
| | | <version>${microcommunity.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.java110</groupId> |
| | | <artifactId>java110-db</artifactId> |
| | | <version>${microcommunity.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.java110</groupId> |
| | | <artifactId>java110-front</artifactId> |
| | | <version>${microcommunity.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.java110</groupId> |
| | | <artifactId>ReportComponent</artifactId> |
| | | <version>${microcommunity.version}</version> |
| | | </dependency> |
| | | <!-- logback 日志组件支持 --> |
| | |
| | | <artifactId>logback-classic</artifactId> |
| | | <version>${logback.vaersion}</version> |
| | | </dependency> |
| | | |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>log4j</groupId>--> |
| | | <!-- <artifactId>log4j</artifactId>--> |
| | | <!-- <version>1.2.17</version>--> |
| | | <!-- </dependency>--> |
| | | |
| | | <dependency> |
| | | <groupId>org.apache.logging.log4j</groupId> |
| | |
| | | <version>3.0.9.RELEASE</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.jcraft</groupId> |
| | | <artifactId>jsch</artifactId> |
| | | <version>0.1.49</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.apache.activemq</groupId> |
| | |
| | | <dependency> |
| | | <groupId>commons-beanutils</groupId> |
| | | <artifactId>commons-beanutils</artifactId> |
| | | <version>1.9.3</version> |
| | | <version>1.9.4</version> |
| | | </dependency> |
| | | |
| | | |
| | |
| | | <artifactId>activiti-spring</artifactId> |
| | | <version>6.0.0</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.activiti</groupId> |
| | | <artifactId>activiti-bpmn-layout</artifactId> |
| | | <version>6.0.0.RC1</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.tencentcloudapi</groupId> |
| | |
| | | <artifactId>spring-boot-configuration-processor</artifactId> |
| | | <optional>true</optional> |
| | | </dependency> |
| | | |
| | | |
| | | |
| | | |
| | | </dependencies> |