| | |
| | | <artifactId>iplatform-core</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- 提供数据库jdbc支持,查询表元数据, 2024/02/20 --> |
| | | <dependency> |
| | | <groupId>com.walkersoft</groupId> |
| | | <artifactId>walker-jdbc</artifactId> |
| | | </dependency> |
| | | |
| | | <!--velocity代码生成使用模板 --> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>org.apache.velocity</groupId>--> |
| | |
| | | <artifactId>poi-ooxml</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- 基础模块提供web支持, 2022/10/31 --> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-web</artifactId> |
| | | <scope>provided</scope> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |
| | | </project> |