新增mysql支持.

This commit is contained in:
aoshiguchen
2022-12-05 16:46:48 +08:00
parent add31f55d5
commit 508a53b931
@@ -28,11 +28,11 @@ neutrino:
jks-path: classpath:/test.jks
data:
db:
# type: sqlite
# url: jdbc:sqlite:data.db
# driver-class: org.sqlite.JDBC
type: mysql
url: jdbc:mysql://localhost:3306/neutrino-proxy?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&useAffectedRows=true&useSSL=false
driver-class: com.mysql.jdbc.Driver
username: "******"
password: "******"
type: sqlite
url: jdbc:sqlite:data.db
driver-class: org.sqlite.JDBC
# type: mysql
# url: jdbc:mysql://103.163.47.16:3306/neutrino-proxy?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&useAffectedRows=true&useSSL=false
# driver-class: com.mysql.jdbc.Driver
# username: "******"
# password: "******"