摘要: 1、启动报错误: 找不到或无法加载主类 org.spring.springboot.Application 可能在工程下面有多个module,然后,module里面的iml配置文件不止一个,删除留主的一个就好了 像我的这个就有main、test、springBoot三个module,我删掉main和 阅读全文
posted @ 2018-06-03 15:50 古兰精 阅读(31627) 评论(0) 推荐(1)
摘要: IDEA 如何快速创建 Springboot 项目,请查看这篇:https://blog.csdn.net/sunnyzyq/article/details/108666480 一、启动报错:Failed to configure a DataSource: 'url' attribute is n 阅读全文
posted @ 2018-06-03 13:54 古兰精 阅读(28140) 评论(0) 推荐(0)