diff --git a/pom.xml b/pom.xml
index 42428ef..6a006f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,8 +6,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.0.0-SNAPSHOT
-
+ 3.0.0-M3
io.github.xxyopen
novel
@@ -17,7 +16,6 @@
17
3.5.1
- 6.0.0-SNAPSHOT
0.11.5
8.2.0
2.3.1
@@ -235,20 +233,15 @@
- spring-milestones
- Spring Milestones
- https://repo.spring.io/milestone
+ spring-snapshots
+ https://repo.spring.io/snapshot
- false
+ true
- spring-snapshots
- Spring Snapshots
- https://repo.spring.io/snapshot
-
- false
-
+ spring-milestones
+ https://repo.spring.io/milestone
sonatype-nexus-snapshots
@@ -285,20 +278,12 @@
- spring-milestones
- Spring Milestones
- https://repo.spring.io/milestone
-
- false
-
+ spring-snapshots
+ https://repo.spring.io/snapshot
- spring-snapshots
- Spring Snapshots
- https://repo.spring.io/snapshot
-
- false
-
+ spring-milestones
+ https://repo.spring.io/milestone
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 69d9e2c..2b600ed 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -82,12 +82,11 @@ spring:
--- #---------------------中间件配置---------------------------
spring:
- data:
- # Redis 配置
- redis:
- host: 127.0.0.1
- port: 6379
- password: 123456
+ # Redis 配置
+ redis:
+ host: 127.0.0.1
+ port: 6379
+ password: 123456
# Elasticsearch 配置
elasticsearch: