From 9ff8f932a6a687bdbc3c3f9c9630eea46a4c93a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E4=BA=8C=E4=BC=97?= Date: Wed, 19 Dec 2018 09:42:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 11f41ece..34cc1c85 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,11 @@ android app也已经开源,近期更新会比较频繁 app开源地址 https: Mysql5.6以上(linux 注意设置大小写不敏感) 运行环境:CENTOS6.5以上或windows server 2008、tomcat7以上,JDK1.8, MYSQL5.7 2,按照mvn方式导入 - 3,数据库还原:步骤 1:还原数据库,2,修改 dbconfig.properties + 3,数据库还原: + 安装完数据库执行下 GRANT ALL PRIVILEGES ON *.* TO 'root'@'%'IDENTIFIED BY '你的密码' WITH GRANT OPTION; + FLUSH PRIVILEGES; + + 步骤 1:还原数据库,2,修改 dbconfig.properties 3.1 sql导入方式建议 将sql文件粘贴至 查询执行窗口 执行 4,IDEA:tomcat7:tun 输入用户名和密码:admin llg123 5、主要技术