基于这几天做毕设的情况来看,大部分是因为版本问题引起的
1、For artifact {com.mysql:mysql-connector-j:null:jar}: The version cannot be empty.
解决办法:搞了一上午,看了这篇http://t.csdn.cn/mUVWS,才发现mysql-connector-java自8.0.31后更名为mysql-connector-j了。
2、数据库连接不上、
解决方法:关闭MySQL服务
打开phpstudy服务
3、Relying upon circular references is discouraged and they are prohibited by default.循环依赖bug解决
解决方法:
参照:http://t.csdn.cn/j5yJ9
4、解决报错Failed to start bean ‘documentationPluginsBootstrapper’; nested exception is java.lang.NullPointerException
解决方法:
参照:http://t.csdn.cn/9b6gM