【春天】将构建工具从Gradle转换为Maven的方法
将Gradle更改为Maven的步骤
请使用母语中文复述以下内容,仅需提供一种选项:
gradle文件
dependencies {
.
.
compile("org.springframework.boot:spring-boot-starter-data-redis")
compile("org.springframework.session:spring-session-data-redis")
}
打开 https://mvnrepository.com/
搜索 “spring-boot-starter-data-redis”。
* 在 compile(“org.springframework.boot:spring-boot-starter-data-redis”) 的字符中。


打开pom.xml文件并粘贴

搜索”spring-session-data-redis”并重复上述步骤。