| | |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-data-redis</artifactId> |
| | | <exclusions> |
| | | <!-- 去掉 Lettuce 的依赖, Spring Boot 优先使用 Lettuce 作为 Redis 客户端 --> |
| | | <exclusion> |
| | | <groupId>io.lettuce</groupId> |
| | | <artifactId>lettuce-core</artifactId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-security</artifactId> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>redis.clients</groupId> |
| | | <artifactId>jedis</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- druid数据库连接池 --> |
| | |
| | | </configuration> |
| | | </plugin> |
| | | |
| | | <plugin> |
| | | <!-- <plugin> |
| | | <groupId>pl.project13.maven</groupId> |
| | | <artifactId>git-commit-id-plugin</artifactId> |
| | | <version>3.0.1</version> |
| | | <configuration> |
| | | <offline>true</offline> |
| | | </configuration> |
| | | </plugin> |
| | | </plugin>--> |
| | | |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |