摘要: 问题: springboot启动失败( No active profile set, falling back to default profiles: default) 解决方法 在pom.xml文件中增加以下依赖 <dependency> <groupId>org.springframework 阅读全文
posted @ 2019-08-08 10:25 天之泉 阅读(11203) 评论(1) 推荐(0)
摘要: 问题 eclipse spring boot 项目出现java.lang.ClassCastException 解决方法: 重新生成项目 阅读全文
posted @ 2019-08-08 10:19 天之泉 阅读(4700) 评论(0) 推荐(0)
摘要: spring boot开发,jar包一个一个来启动太麻烦了,写一个bat文件一键启动 @echo offcd D:\workProject\bushustart cmd /c "title EurekaServer- && java -jar EurekaServer-0.0.1-SNAPSHOT. 阅读全文
posted @ 2019-08-08 10:16 天之泉 阅读(1433) 评论(0) 推荐(1)