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