随笔分类 -  [-015-]-Spring boot

Spring boot
摘要:idea启动SpringBoot项目后,出现如下错误: 2019-11-19 15:24:44.344 ERROR 39168 [nio-8443-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servle 阅读全文
posted @ 2019-11-19 15:33 旅行没有终点 阅读(7945) 评论(0) 推荐(0)
摘要:错误提示: Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: The 阅读全文
posted @ 2019-11-11 15:13 旅行没有终点 阅读(1831) 评论(0) 推荐(0)
摘要:问题一:现象:打开SpringBoot项目后,所有依赖包都报红色波浪线 1.install报错(https://repo.maven.apache.org/maven2): Not authorized , ReasonPhrase:Authorizatio 2.尝试解决,删除pom.xml所有de 阅读全文
posted @ 2019-11-11 14:37 旅行没有终点 阅读(4563) 评论(0) 推荐(0)
摘要:一、搭建Spring Boot环境 1.选择Project,选择Spring Initializr 2.选择Sdk与默认url 3.点击 Next 4.修改一下Group信息和Artifacet,Next 5.勾选Spring Web,Next 6.Next Finally 7.创建成功 阅读全文
posted @ 2019-09-09 17:38 旅行没有终点 阅读(194) 评论(0) 推荐(0)