Loading

摘要: application.yaml 配置 mybatis-plus: # 配置要扫描的xml文件目录,classpath* 代表所有模块的resources目录 classpath 不加星号代表当前模块下的resources目录 mapper-locations: classpath*:/mapper 阅读全文
posted @ 2022-03-11 23:22 超超不会飞 阅读(519) 评论(0) 推荐(0) 编辑