Springboot maven项目指定自动导入的依赖项的版本号-以es为例

有时候为了保持服务器端和客户端版本号的一致,避免版本冲突问题,在pom.xml中需要指定某些依赖项的版本。 服务器端 的环境:elasticsearch:5.4.1,Lucene:6.5.1 而当使用了如下属性: <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-
相关文章
相关标签/搜索