踩坑:实体名与Java包重名

踩坑:实体名与Java包重名,第1张

踩坑:实体名与Java包重名

启动项目时报错:

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2021-11-10 11:05:10.076 ERROR 7232 --- [           main] o.s.boot.SpringApplication               : Application run failed

报错很长,接着往下滑发现报错新的提示点

Caused by: org.apache.ibatis.type.TypeException: The alias 'Collection' is already mapped to the value 'java.util.Collection'.

即发现了原因:


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5434545.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-11
下一篇 2022-12-11

发表评论

登录后才能评论

评论列表(0条)

保存