spring boot
七月吃橘子
不经冬寒,不知春暖。
展开
-
IDEA maven工程搭建springBoot框架(Hello World!)
maven 工程搭建 springBoot原创 2022-11-21 18:41:56 · 3007 阅读 · 0 评论 -
spring boot 启动时跳转exitCurrentThread
每次启动都跳转这个方法解决方法:windows——preperences——Java——Debug——去掉【Suspend execution on uncaught exceptions】前面的勾原创 2021-01-04 15:06:24 · 633 阅读 · 0 评论 -
springboot 启动报错 org.springframework.beans.factory.BeanCreationException:
这个说的是:注入bean失败 . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=原创 2020-12-31 10:30:55 · 1004 阅读 · 4 评论 -
spring boot修改端口号不成功
今天遇到一个坑,spring boot修改端口号跟写法还有关系!!配置文件:页面地址栏输入:http://localhost:8367/index 访问失败,默认的 http://localhost:8080/index可以访问,后来百度了一下跟写法有关修改后代码:访问成功...原创 2020-12-29 17:03:29 · 603 阅读 · 0 评论