Commit 48731f8f authored by zhoumaotao's avatar zhoumaotao

jdbc配置

parent db5d833f
Pipeline #202 canceled with stages
# 测试环境
#jdbc.driverClassName = com.microsoft.sqlserver.jdbc.SQLServerDriver
#jdbc.url = jdbc:sqlserver://192.168.30.254:1433;DatabaseName=SUNGROWPOWER;useUnicode=true&characterEncoding=utf-8
#jdbc.username = erp
#jdbc.password = erp
#mysql
#jdbc.driverClassName=com.mysql.cj.jdbc.Driver
#jdbc.url = jdbc:mysql://localhost:3306/hc2025?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
#jdbc.username = root
#jdbc.password = root
#jdbc.driverClassName = com.microsoft.sqlserver.jdbc.SQLServerDriver
#jdbc.url = jdbc:sqlserver://119.3.92.249:16203;DatabaseName=SUNGROWPOWER;useUnicode=true&characterEncoding=utf-8
#jdbc.username = erp
#jdbc.password = erp
#mysql
jdbc.driverClassName=com.mysql.cj.jdbc.Driver
jdbc.url = jdbc:mysql://localhost:3306/hc2022?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
jdbc.url = jdbc:mysql://192.168.30.254:3306/qzsa?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
jdbc.username = root
jdbc.password = root
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment