From 6c8002c5a9da91dc8b6fa99a681d56000592cc78 Mon Sep 17 00:00:00 2001 From: tamguo Date: Fri, 20 Jul 2018 09:16:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E5=81=9A=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application.properties | 6 ++--- tamguo/src/main/resources/redis.xml | 2 +- .../resources/templates/include/footer.html | 27 +------------------ 3 files changed, 5 insertions(+), 30 deletions(-) diff --git a/tamguo/src/main/resources/application.properties b/tamguo/src/main/resources/application.properties index a24a782..1de9962 100644 --- a/tamguo/src/main/resources/application.properties +++ b/tamguo/src/main/resources/application.properties @@ -1,5 +1,5 @@ sitename=tamguo -domain.name=http://www.tamguo.com/ +domain.name=http://localhost:8081/ admin.domain.name=http://admin.tanguoguo.com server.port=8081 jasypt.encryptor.password=tamguo @@ -20,7 +20,7 @@ spring.datasource.testOnReturn=false spring.datasource.testWhileIdle=true spring.datasource.timeBetweenEvictionRunsMillis=60000 spring.datasource.type=com.alibaba.druid.pool.DruidDataSource -spring.datasource.url=jdbc:mysql://127.0.0.1:3306/tiku?useUnicode=true&characterEncoding=UTF-8&useSSL=false +spring.datasource.url=jdbc:mysql://47.100.175.14:3306/tiku?useUnicode=true&characterEncoding=UTF-8&useSSL=false spring.datasource.username=root spring.datasource.validationQuery=SELECT 1 FROM DUAL @@ -47,7 +47,7 @@ spring.thymeleaf.encoding=UTF-8 spring.thymeleaf.content-type=text/html spring.thymeleaf.cache=false -redis.hostname=127.0.0.1 +redis.hostname=47.100.175.14 redis.port=6379 redis.password= diff --git a/tamguo/src/main/resources/redis.xml b/tamguo/src/main/resources/redis.xml index ed04f74..4055e0d 100644 --- a/tamguo/src/main/resources/redis.xml +++ b/tamguo/src/main/resources/redis.xml @@ -4,6 +4,6 @@ - + \ No newline at end of file diff --git a/tamguo/src/main/resources/templates/include/footer.html b/tamguo/src/main/resources/templates/include/footer.html index bc829d7..0c4f80d 100644 --- a/tamguo/src/main/resources/templates/include/footer.html +++ b/tamguo/src/main/resources/templates/include/footer.html @@ -47,7 +47,7 @@ target="_blank">沪ICP备14022608号-1 Copyright © 2018 Tamguo

- - - \ No newline at end of file