From 508a53b931646eb543c1f1c9b1fd6849fdf62926 Mon Sep 17 00:00:00 2001 From: aoshiguchen <1052045476@qq.com> Date: Mon, 5 Dec 2022 16:46:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Emysql=E6=94=AF=E6=8C=81.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/neutrino-proxy-server/src/main/resources/application.yml b/neutrino-proxy-server/src/main/resources/application.yml index 56c90fc2..f27a5842 100644 --- a/neutrino-proxy-server/src/main/resources/application.yml +++ b/neutrino-proxy-server/src/main/resources/application.yml @@ -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: "******"