
报错与解决
Selenium39
争取每天学习一点,进步一点
qq:895484122
展开
-
使用eclipse搭建springboot项目pom.xml文件第一行报错(Maven Configuration Problem)
今天在https://start.spring.io/上搭建了一个2.1.5版本的springboot项目,但是把它导入后,pom.xml第一行报错了,查看Problems发现下面的错误 百度后发现方法千奇百怪,后来发现应该是springboot与你的maven版本不匹配的原因 解决方法: 方法一(亲测有用): &n...原创 2019-06-08 18:21:08 · 6225 阅读 · 8 评论 -
Spring Cloud Config Config-Client 使用$Value("xxx")注入无效
起因:使用Spring Cloud Config 搭建Config-Server 和Config-Client 1.Config-Server application.properties spring.application.name=micro-weather-config-server server.port=8089 eureka.client.register-w...原创 2019-06-22 14:02:20 · 3088 阅读 · 3 评论