Failure to transfer org.springframework.boot:spring-boot-starter-parent:pom:2.0.1.RELEASE from https...
问题是:依赖包下载不下来
解决办法:
在终端下进入项目所在的目录用mvn compile执行即可
或者点击pom.xml,右键,maven install 实在不行加上 -U 参数
- match 是进行分词后的 每个词匹配的 or
- term 是不进行分词的 整词精确匹配, 这一点跟 keyword 很像
原文:https://www.cnblogs.com/Frank99/p/13994522.html