适配mysql高版本无法正常查询功能点列表

This commit is contained in:
max.rao 2021-05-21 14:03:53 +08:00
parent a01d1f0b1e
commit ebc9264206

View File

@ -1,9 +1,9 @@
@echo off
rem kongx serve db info
set kongx_serve_db_url="jdbc:mysql://kongx_db:3306/kongx_serve?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true"
set kongx_serve_db_url="jdbc:mysql://localhost:3306/kongx_serve?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true"
set kongx_serve_db_username="root"
set kongx_serve_db_password=""
set kongx_serve_db_password="123456"
rem =============== Please do not modify the following content ===============
rem go to script directory