mirror of
https://gitee.com/raoxy/kongx.git
synced 2025-07-10 00:00:02 +08:00
适配mysql高版本无法正常查询功能点列表
This commit is contained in:
parent
a01d1f0b1e
commit
ebc9264206
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user