| | |
| | | <scope>provided</scope> |
| | | </dependency> |
| | | |
| | | <!-- 生成数据字典 --> |
| | | <dependency> |
| | | <groupId>cn.smallbun.screw</groupId> |
| | | <artifactId>screw-core</artifactId> |
| | | <version>1.0.5</version> |
| | | </dependency> |
| | | |
| | | <!-- RuoYi Api System --> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>com.aps</groupId>--> |
| | | <!-- <artifactId>aps-api-system</artifactId>--> |
| | | <!-- </dependency>--> |
| | | |
| | | <!-- mybatis-plus --> |
| | | <dependency> |
| | | <groupId>org.mybatis</groupId> |
| | | <artifactId>mybatis-spring</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.baomidou</groupId> |
| | | <artifactId>mybatis-plus-spring-boot3-starter</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.baomidou</groupId> |
| | | <artifactId>mybatis-plus-jsqlparser</artifactId> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |
| | | <build> |