Commit 9b0bdd15 authored by zhoumaotao's avatar zhoumaotao

正式jdbc设置

parent 5cf0a784
timer.enable=false
server.isEnableSwagger=false
spring.session.store-type=none
reg.mode=dev
\ No newline at end of file
spring.session.store-type=none
\ No newline at end of file
# erp测试环境
jdbc.driverClassName=com.mysql.cj.jdbc.Driver
jdbc.url = jdbc:mysql://192.168.30.254:3306/kwell?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
jdbc.url = jdbc:mysql://localhost:3306/kwell?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