update README.md.

master
曹二众 2022-03-17 04:07:32 +00:00 committed by Gitee
parent f0ff489303
commit 9b230092f5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 3 additions and 1 deletions

View File

@ -36,7 +36,9 @@ android app也已经开源近期更新会比较频繁 app开源地址 https:
IDEA版本不限AS
JDK1.8
Maven
Mysql5.6以上注意设置大小写不敏感关闭only_full_group_by规则mysql8.0不行
Mysql5.6以上注意设置大小写不敏感关闭only_full_group_by规则
# 设置sql_mode去掉了ONLY_FULL_GROUP_BY
sql_mode='STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION'mysql8.0不行
运行环境CENTOS6.5以上或windows server 2008、tomcat7以上JDK1.8 MYSQL5.7
2按照mvn方式导入
3数据库还原