摘要: 1. 加依赖 ```xml com.baomidou mybatis-plus-boot-starter ``` 2. 在application.yml中加入mybatis-plus的配置信息 ``` mybatis-plus: mapper-locations: classpath:/mapper 阅读全文
posted @ 2023-06-28 12:53 摆烂ing 阅读(93) 评论(0) 推荐(0)