You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

pom.xml 975 B

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <artifactId>spring-boot-demo-cache-redis</artifactId>
  6. <version>0.0.1-SNAPSHOT</version>
  7. <packaging>jar</packaging>
  8. <name>spring-boot-demo-cache-redis</name>
  9. <description>Demo project for Spring Boot</description>
  10. <parent>
  11. <groupId>com.xkcoding</groupId>
  12. <artifactId>spring-boot-demo-parent</artifactId>
  13. <version>0.0.1-SNAPSHOT</version>
  14. <relativePath>../spring-boot-demo-parent/pom.xml</relativePath>
  15. </parent>
  16. <dependencies>
  17. <dependency>
  18. <groupId>org.springframework.boot</groupId>
  19. <artifactId>spring-boot-starter-data-redis</artifactId>
  20. </dependency>
  21. </dependencies>
  22. <build>
  23. <finalName>spring-boot-demo-cache-redis</finalName>
  24. </build>
  25. </project>

一个用来深度学习并实战 spring boot 的项目,目前总共包含 66 个集成demo,已经完成 55 个。

Contributors (1)