logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Failed to process, please exclude the tableName or statementId 动态表名mybatis plus

Failed to process, please exclude the tableName or statementIdmybatis-plus使用注解写sql的时候,传入动态表名#{tableName}换成${tableName},问题解决

#sql
Failed to introspect Class [springfox.documentation.spring.web.ObjectMapper

springboot集成swagger2的时候报错,最后发现是spring-boot-starter-web这个包没有导入;swagger2依赖的包如下:<!--swagger--><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-

#spring#spring boot#java
到底了