摘要: 支持pom包 <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> <version>3.1.1</version> </dependency> <depende 阅读全文
posted @ 2019-12-19 17:46 官萧何 阅读(2869) 评论(0) 推荐(0)
摘要: 如果mapper没有在resource目录下需要在pom文件build标签中添加以下代码 <resources> <resource> <directory>src/main/resources</directory> <includes> <include>**/*</include> </inc 阅读全文
posted @ 2019-12-19 14:35 官萧何 阅读(3354) 评论(0) 推荐(0)
摘要: 问题浮现 新增配置 package cn.rivamed.common.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configur 阅读全文
posted @ 2019-12-19 09:23 官萧何 阅读(4002) 评论(0) 推荐(0)