From 575142f9f351451d50456affd25e3a88849424f6 Mon Sep 17 00:00:00 2001 From: xiongxiaoyang <773861846@qq.com> Date: Thu, 25 Jun 2020 10:46:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86maven?= =?UTF-8?q?=E7=89=88=E6=9C=ACadmin=E6=A8=A1=E5=9D=97build=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- novel-admin/pom.xml | 4 ---- novel-admin/src/main/resources/application-dev.yml | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/novel-admin/pom.xml b/novel-admin/pom.xml index 43520ef..418c95a 100644 --- a/novel-admin/pom.xml +++ b/novel-admin/pom.xml @@ -137,10 +137,6 @@ <artifactId>velocity</artifactId> <version>1.7</version> </dependency> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-cache</artifactId> - </dependency> <!--<dependency>--> <!--<groupId>org.springframework.boot</groupId>--> <!--<artifactId>spring-boot-starter-data-redis</artifactId>--> diff --git a/novel-admin/src/main/resources/application-dev.yml b/novel-admin/src/main/resources/application-dev.yml index 29c4d50..505338a 100644 --- a/novel-admin/src/main/resources/application-dev.yml +++ b/novel-admin/src/main/resources/application-dev.yml @@ -12,7 +12,7 @@ spring: driverClassName: com.mysql.jdbc.Driver url: jdbc:mysql://127.0.0.1:3306/novel_plus?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai username: root - password: + password: test123456 #password: initialSize: 1 minIdle: 3