| | |
| | | <!--spring boot 结束--> |
| | | <!--持久层 数据库 连接池 开始--> |
| | | <!--数据库连接在springboot中定义了,所以可以管理包的版本--> |
| | | <dependency> |
| | | <groupId>com.microsoft.sqlserver</groupId> |
| | | <artifactId>mssql-jdbc</artifactId> |
| | | <scope>runtime</scope> |
| | | </dependency> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>com.microsoft.sqlserver</groupId>--> |
| | | <!-- <artifactId>mssql-jdbc</artifactId>--> |
| | | <!-- <scope>runtime</scope>--> |
| | | <!-- </dependency>--> |
| | | <!-- <dependency> |
| | | <groupId>mysql</groupId> |
| | | <artifactId>mysql-connector-java</artifactId> |
| | | <version>${mysql-connector-java.version}</version> |
| | | </dependency>--> |
| | | <!-- 达梦数据库 --> |
| | | <dependency> |
| | | <groupId>com.dameng</groupId> |
| | | <artifactId>DmJdbcDriver18</artifactId> |
| | | <version>8.1.1.193</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>druid-spring-boot-starter</artifactId> |
| | |
| | | </dependency> |
| | | <!--swagger2 开始--> |
| | | |
| | | <!-- 国产化使用开始 2.2版本的persistence--> |
| | | <dependency> |
| | | <groupId>javax.persistence</groupId> |
| | | <artifactId>javax.persistence-api</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.hibernate</groupId> |
| | | <artifactId>hibernate-core</artifactId> |
| | | <version>5.6.7.Final</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <groupId>commons-collections</groupId> |
| | | <artifactId>commons-collections</artifactId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | <!-- 国产化使用结束 2.2版本的persistence--> |
| | | <!--activiti 流程引擎--> |
| | | <dependency> |
| | | <groupId>org.activiti</groupId> |
| | |
| | | <version>3.2.1</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>javax.xml.bind</groupId> |
| | | <artifactId>jaxb-api</artifactId> |
| | | <version>2.3.1</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.sun.xml.bind</groupId> |
| | | <artifactId>jaxb-core</artifactId> |
| | | <version>2.3.0</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.sun.xml.bind</groupId> |
| | | <artifactId>jaxb-impl</artifactId> |
| | | <version>2.3.0</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.glassfish.jaxb</groupId> |
| | | <artifactId>jaxb-xjc</artifactId> |
| | | <version>2.3.1</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |
| | | |
| | |
| | | </plugin> |
| | | </plugins> |
| | | </build> |
| | | </project> |
| | | </project> |