| | |
| | | <artifactId>oshi-core</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- MyBatis Plus Starter for Spring Boot 3 --> |
| | | <dependency> |
| | | <groupId>com.baomidou</groupId> |
| | | <artifactId>mybatis-plus-spring-boot3-starter</artifactId> |
| | | <version>3.5.12</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.baomidou</groupId> |
| | | <artifactId>mybatis-plus-extension</artifactId> |
| | | <version>3.5.6</version> |
| | | </dependency> |
| | | <!-- <!– 可选:手动引入 extension 模块 –>--> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>com.baomidou</groupId>--> |
| | | <!-- <artifactId>mybatis-plus-extension</artifactId>--> |
| | | <!-- <version>3.5.12</version>--> |
| | | <!-- </dependency>--> |
| | | |
| | | <!-- 系统模块--> |
| | | <dependency> |