From 39e73757622208cc6272ccdfb9e3f7d92d2cf8f3 Mon Sep 17 00:00:00 2001 From: Hellohao <923453645@qq.com> Date: Sun, 16 Jun 2019 05:39:31 +0800 Subject: [PATCH] =?UTF-8?q?6-16=E6=9B=B4=E6=96=B0=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E6=9B=B4=E5=A4=9A=E4=B8=8A=E4=BC=A0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 6 +++--- src/main/resources/templates/admin/table.html | 1 - src/main/resources/templates/header.html | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index b399301..999cd75 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,9 +1,9 @@ #数据库账号picturebed -spring.datasource.username=picturebed +spring.datasource.username=root #数据库密码 -spring.datasource.password=Aa923453645 +spring.datasource.password=root #数据库链接地址 -spring.datasource.url=jdbc:mysql://hellohao.cn:3306/picturebed?useUnicode=true&characterEncoding=utf8&serverTimezone=GMT%2B8 +spring.datasource.url=jdbc:mysql://localhost:3306/picturebed?useUnicode=true&characterEncoding=utf8&serverTimezone=GMT%2B8 #端口 server.port=8088 diff --git a/src/main/resources/templates/admin/table.html b/src/main/resources/templates/admin/table.html index a202410..d2e79c4 100644 --- a/src/main/resources/templates/admin/table.html +++ b/src/main/resources/templates/admin/table.html @@ -421,7 +421,6 @@ var view = { imgurl: rows.imgurl }; - //var output = Mustache.render('
{{name}}