摘要: ### The error may involve com.example.bootjdbc220620.mapper.CityMapper.insert-Inline ### The error occurred while setting parameters ### SQL: INSERT i 阅读全文
posted @ 2022-06-25 01:28 Shieryue 阅读(1121) 评论(0) 推荐(0)
摘要: pom文件导错了包。 正确的: <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactId> <version>2.1.4</version> 阅读全文
posted @ 2022-06-25 01:17 Shieryue 阅读(68) 评论(0) 推荐(0)
摘要: mapper.xml中,注释的不完整导致。 idea使用单行注释,注释的不完整,最好用xml的注释。 阅读全文
posted @ 2022-06-25 01:16 Shieryue 阅读(1214) 评论(0) 推荐(0)