| | |
| | | <groupId>org.apache.velocity</groupId> |
| | | <artifactId>velocity-engine-core</artifactId> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.anyline</groupId> |
| | | <artifactId>anyline-environment-spring-data-jdbc</artifactId> |
| | | <version>${anyline.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.anyline</groupId> |
| | | <artifactId>anyline-data-jdbc-mysql</artifactId> |
| | | <version>${anyline.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- anyline支持100+种类型数据库 添加对应的jdbc依赖与anyline对应数据库依赖包即可 --> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>org.anyline</groupId>--> |
| | | <!-- <artifactId>anyline-data-jdbc-oracle</artifactId>--> |
| | | <!-- <version>${anyline.version}</version>--> |
| | | <!-- </dependency>--> |
| | | |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>org.anyline</groupId>--> |
| | | <!-- <artifactId>anyline-data-jdbc-postgresql</artifactId>--> |
| | | <!-- <version>${anyline.version}</version>--> |
| | | <!-- </dependency>--> |
| | | |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>org.anyline</groupId>--> |
| | | <!-- <artifactId>anyline-data-jdbc-mssql</artifactId>--> |
| | | <!-- <version>${anyline.version}</version>--> |
| | | <!-- </dependency>--> |
| | | |
| | | </dependencies> |
| | | |
| | | </project> |