We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
查询报错Table无法找到 mybatis-mapper:2.2.2 mybatis-spring-boot-starter:3.0.3
The text was updated successfully, but these errors were encountered:
有没有添加下面的依赖?
<dependency> <groupId>jakarta.persistence</groupId> <artifactId>jakarta.persistence-api</artifactId> <version>3.1.0</version> </dependency>
发一下完整异常。
Sorry, something went wrong.
添加jpa依赖之后没有问题,这个属于必要依赖为什么要在2.2.2版本移除呢
2.2.2 版本移出的旧版本的 jpa,不是 jakarta 版本的 jpa,目前依赖是 provided,需要自己手动添加依赖。。下个版本改为直接引入。
No branches or pull requests
查询报错Table无法找到
mybatis-mapper:2.2.2
mybatis-spring-boot-starter:3.0.3
The text was updated successfully, but these errors were encountered: