1. 從https://start.spring.io/的spring initializr生成demo,使用默認的2.1.6.release(2019年7月10日)
2. 在eclipse加載后,pom.xml會報unknown error。
3.使用maven--update project...無效
解決方法:
降低spring-boot-starter-parent版本為2.0.3.RELEASE,然后再maven--update project...
具體原因不明,猜測是與之匹配的jar包還沒准備好,
在https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-parent查看2.1.6是有的,並且是最新的發布。