| | |
| | | <module>service-acct</module> |
| | | <module>service-oa</module> |
| | | <module>service-dev</module> |
| | | <module>service-scm</module> |
| | | <module>springboot</module> |
| | | <module>java110-boot</module> |
| | | <module>java110-doc</module> |
| | | |
| | | |
| | | </modules> |
| | | |
| | |
| | | <logback.vaersion>1.2.9</logback.vaersion> |
| | | |
| | | <apache.common.lang3.version>3.4</apache.common.lang3.version> |
| | | <mybatis.version>3.5.6</mybatis.version> |
| | | <log4j.version>2.17.1</log4j.version> |
| | | <tomcat.servlet.version>6.0.37</tomcat.servlet.version> |
| | | <druid.version>1.1.10</druid.version> |
| | |
| | | <version>1.1.0</version> |
| | | </dependency> |
| | | <!--pagehelper--> |
| | | <dependency> |
| | | <groupId>com.github.pagehelper</groupId> |
| | | <artifactId>pagehelper-spring-boot-starter</artifactId> |
| | | <version>1.1.0</version> |
| | | </dependency> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>com.github.pagehelper</groupId>--> |
| | | <!-- <artifactId>pagehelper-spring-boot-starter</artifactId>--> |
| | | <!-- <version>1.1.0</version>--> |
| | | <!-- </dependency>--> |
| | | |
| | | <dependency> |
| | | <groupId>com.auth0</groupId> |
| | |
| | | <dependency> |
| | | <groupId>com.java110</groupId> |
| | | <artifactId>java110-db</artifactId> |
| | | <version>${microcommunity.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.java110</groupId> |
| | | <artifactId>java110-doc</artifactId> |
| | | <version>${microcommunity.version}</version> |
| | | </dependency> |
| | | <!-- logback 日志组件支持 --> |
| | |
| | | </dependency> |
| | | |
| | | |
| | | <dependency> |
| | | <groupId>org.apache.shardingsphere</groupId> |
| | | <artifactId>sharding-jdbc-core</artifactId> |
| | | <version>4.0.0-RC1</version> |
| | | </dependency> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>org.apache.shardingsphere</groupId>--> |
| | | <!-- <artifactId>sharding-jdbc-core</artifactId>--> |
| | | <!-- <version>4.0.0-RC1</version>--> |
| | | |
| | | <!-- </dependency>--> |
| | | |
| | | |
| | | |
| | | <dependency> |
| | |
| | | <dependency> |
| | | <groupId>org.jsoup</groupId> |
| | | <artifactId>jsoup</artifactId> |
| | | <version>1.14.2</version> |
| | | <version>1.15.3</version> |
| | | </dependency> |
| | | |
| | | <!-- 引入poi,解析workbook视图 --> |
| | |
| | | <dependency> |
| | | <groupId>com.alipay.sdk</groupId> |
| | | <artifactId>alipay-sdk-java</artifactId> |
| | | <version>4.10.111.ALL</version> |
| | | <version>4.38.183.ALL</version> |
| | | </dependency> |
| | | |
| | | <!-- https://mvnrepository.com/artifact/commons-codec/commons-codec --> |