| | |
| | | <module>java110-common</module> |
| | | <module>UserService</module> |
| | | <module>LogService</module> |
| | | <module>PayService</module> |
| | | <module>FeeService</module> |
| | | <module>eureka</module> |
| | | <module>java110-feign</module> |
| | | <module>java110-core</module> |
| | | <module>java110-service</module> |
| | | <module>CodeService</module> |
| | | <module>StoreService</module> |
| | | <module>RuleService</module> |
| | | <module>SimpleListenerService</module> |
| | | <module>java110-event</module> |
| | | <module>CenterService</module> |
| | | <module>OrderService</module> |
| | | <module>java110-cacheAgent</module> |
| | | <module>ConsoleService</module> |
| | | <module>WebService</module> |
| | | <module>java110-logAgent</module> |
| | | <module>zipkin</module> |
| | | <module>ShopService</module> |
| | | <module>CommentService</module> |
| | | <module>Api</module> |
| | | <module>CommunityService</module> |
| | | <module>AgentService</module> |
| | | <module>PropertyService</module> |
| | | <module>java110-code-generator</module> |
| | | <module>java110-db</module> |
| | | </modules> |
| | | |
| | | <parent> |
| | |
| | | <axis.version>1.4</axis.version> |
| | | <httpclient.verion>3.1</httpclient.verion> |
| | | <spring.version>4.3.2.RELEASE</spring.version> |
| | | <zookeeper.version>3.3.6</zookeeper.version> |
| | | <zookeeper.version>3.4.14</zookeeper.version> |
| | | <swagger.version>2.5.0</swagger.version> |
| | | </properties> |
| | | |
| | |
| | | <artifactId>java110-core</artifactId> |
| | | <version>${microcommunity.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.java110</groupId> |
| | | <artifactId>java110-feign</artifactId> |
| | | <version>${microcommunity.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.java110</groupId> |
| | |
| | | <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> |
| | | <!-- logback 日志组件支持 --> |
| | |
| | | <dependency> |
| | | <groupId>com.mchange</groupId> |
| | | <artifactId>c3p0</artifactId> |
| | | <version>0.9.5.2</version> |
| | | <version>0.9.5.4</version> |
| | | </dependency> |
| | | |
| | | |
| | |
| | | <version>${httpclient.verion}</version> |
| | | </dependency> |
| | | |
| | | <!--<dependency> |
| | | <groupId>io.shardingsphere</groupId> |
| | | <artifactId>sharding-jdbc</artifactId> |
| | | <version>3.0.0.M3</version> |
| | | </dependency>--> |
| | | |
| | | <!--<dependency> |
| | | <groupId>io.shardingsphere</groupId> |
| | | <artifactId>sharding-jdbc-core</artifactId> |
| | | <version>3.1.0</version> |
| | | </dependency>--> |
| | | |
| | | <dependency> |
| | | <groupId>org.apache.shardingsphere</groupId> |
| | | <artifactId>sharding-jdbc-core</artifactId> |
| | | <version>4.0.0-RC1</version> |
| | | </dependency> |
| | | |
| | | |
| | | <!-- https://mvnrepository.com/artifact/org.apache.axis2/axis2 |
| | | <dependency> |
| | |
| | | <version>${swagger.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>net.sourceforge.nekohtml</groupId> |
| | | <artifactId>nekohtml</artifactId> |
| | | <version>1.9.22</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.aliyun</groupId> |
| | | <artifactId>aliyun-java-sdk-core</artifactId> |
| | | <version>4.0.3</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |