From cf03c70cad920ba8dbc1e6b1040627047d84cefe Mon Sep 17 00:00:00 2001 From: TangHai Date: Tue, 2 Dec 2025 10:00:50 +0800 Subject: [PATCH] ... --- pom.xml | 14 +++++--------- src/main/resources/application.yaml | 4 ---- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index d73875d..92b9cef 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ work.xiaohh xiaohh-vue - 0.0.1-SNAPSHOT + 0.0.1 xiaohh-vue Demo project for Spring Boot @@ -36,10 +36,6 @@ org.springframework.boot - spring-boot-starter-data-redis - - - org.springframework.boot spring-boot-starter-web @@ -80,16 +76,16 @@ - src/main/resources/static + src/main/resources - **/* + static - src/main/webapp/dist + src/main/webapp - **/* + dist diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index f7ed535..a0f0365 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -15,10 +15,6 @@ spring: url: jdbc:mysql://localhost:3306/xiaohh_vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 username: root password: xiaohh1234 - data: - redis: - host: localhost - database: 1 mybatis: mapper-locations: classpath:mapper/**/*Mapper.xml