| | |
| | | <module>java110-config</module> |
| | | <module>java110-common</module> |
| | | <module>UserService</module> |
| | | <module>OrderService</module> |
| | | <module>PayService</module> |
| | | <module>LogService</module> |
| | | <module>FeeService</module> |
| | | <module>eureka</module> |
| | | <module>WechatService</module> |
| | | <module>java110-feign</module> |
| | | <module>java110-core</module> |
| | | <module>java110-service</module> |
| | | <module>CommonService</module> |
| | | <module>MerchantService</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>java110-code-generator</module> |
| | | </modules> |
| | | |
| | | <parent> |
| | |
| | | <mysql.version>5.1.39</mysql.version> |
| | | <commons-pool2.version>2.2</commons-pool2.version> |
| | | <commons-collections.version>3.2.1</commons-collections.version> |
| | | <commons-fileupload.version>1.3.1</commons-fileupload.version> |
| | | <commons-fileupload.version>1.3.3</commons-fileupload.version> |
| | | <commons-codec.version>1.6</commons-codec.version> |
| | | <commons-logging.version>1.1.1</commons-logging.version> |
| | | <commons-lang.version>2.5</commons-lang.version> |
| | |
| | | <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> |
| | | <swagger.version>2.5.0</swagger.version> |
| | | </properties> |
| | | |
| | | <dependencyManagement> |
| | |
| | | <type>pom</type> |
| | | <scope>import</scope> |
| | | </dependency> |
| | | |
| | | |
| | | <dependency> |
| | | <groupId>org.springframework</groupId> |
| | |
| | | <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> |
| | |
| | | <artifactId>java110-cacheAgent</artifactId> |
| | | <version>${microcommunity.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.java110</groupId> |
| | | <artifactId>java110-logAgent</artifactId> |
| | | <version>${microcommunity.version}</version> |
| | | </dependency> |
| | | <!-- logback 日志组件支持 --> |
| | | |
| | | <dependency> |
| | |
| | | <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> |
| | | |
| | | <!-- https://mvnrepository.com/artifact/org.apache.axis2/axis2 --> |
| | | |
| | | <!-- https://mvnrepository.com/artifact/org.apache.axis2/axis2 |
| | | <dependency> |
| | | <groupId>org.apache.axis</groupId> |
| | | <artifactId>axis</artifactId> |
| | |
| | | <artifactId>wsdl4j</artifactId> |
| | | <version>${axis.version}</version> |
| | | </dependency> |
| | | --> |
| | | |
| | | <dependency> |
| | | <groupId>net.sf.ehcache</groupId> |
| | |
| | | <artifactId>jedis</artifactId> |
| | | <version>2.8.2</version> |
| | | </dependency> |
| | | |
| | | |
| | | |
| | | |
| | | <dependency> |
| | |
| | | <version>2.0b4</version> |
| | | </dependency> |
| | | |
| | | |
| | | <dependency> |
| | | <groupId>org.apache.zookeeper</groupId> |
| | | <artifactId>zookeeper</artifactId> |
| | | <version>${zookeeper.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>io.springfox</groupId> |
| | | <artifactId>springfox-swagger2</artifactId> |
| | | <version>${swagger.version}</version> |
| | | </dependency> |
| | | <!-- swagger-ui --> |
| | | <dependency> |
| | | <groupId>io.springfox</groupId> |
| | | <artifactId>springfox-swagger-ui</artifactId> |
| | | <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> |
| | | |
| | |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | <!-- |
| | | |
| | | <build> |
| | | <plugins> |
| | | <plugin> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-maven-plugin</artifactId> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-javadoc-plugin</artifactId> |
| | | <version>2.10.4</version> |
| | | </plugin> |
| | | </plugins> |
| | | </build> |
| | | --> |
| | | |
| | | </project> |