Spring cloud
文章平均质量分 83
程序媛-承哥
java架构师、数据分析师,数据分析研究生毕业,擅长java相关项目,不管是桌面程序、iass、sass、pass、爬虫都阔以搞定,擅长python相关项目,爬虫、数据分析等等。
展开
-
spring boot版本太高导致Error creating bean with name ‘configurationPropertiesBeans‘ defined in class path
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'configurationPropertiesBeans' defined in class path resource [org/springframework/cloud/autoconfigure/ConfigurationPropertiesRebinderAutoConfiguration.class]: Post-pro.原创 2021-02-01 12:44:41 · 1440 阅读 · 2 评论 -
spring cloud config因jar包版本原因导致失败
spring boot、spring cloud 框架搭建,遇到的坑,以下全文是异常日志::: Spring Boot :: (v2.0.7.RELEASE)03-11 17:04:41.724[INFO ][ main][c.s.c.ConfigStartup ][ 658]: The following profiles ...原创 2019-03-11 17:07:29 · 2634 阅读 · 4 评论 -
spring cloud 网关调用config模块启动问题
spring cloud 网关调用config模块启动问题:03-11 17:13:29.869[INFO ][ main][o.s.b.w.e.t.TomcatWebServer ][ 91]: Tomcat initialized with port(s): 8081 (http)03-11 17:13:29.928[INFO ][ main]...原创 2019-03-11 17:21:42 · 4945 阅读 · 0 评论 -
Starting without optional kqueue library
. ____ _ __ _ _/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \\\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | ...原创 2019-03-27 10:10:53 · 39163 阅读 · 2 评论 -
No primary or default constructor found for interface javax.servlet.http.HttpServletRequest
POST 请求时,抛出异常:No primary or default constructor found for interface javax.servlet.http.HttpServletRequest造成这个异常的原因是:1、在pom包中使用的是以下jar包,该jar包获取请求头的信息时使用:ServerHttpRequest,会使用该jar包是spring cloud 最新的...原创 2019-07-24 14:30:10 · 11024 阅读 · 4 评论