From bbdd1860cf8d846acbada0a20412b6158a2a1fcf Mon Sep 17 00:00:00 2001 From: aoshiguchen <1052045476@qq.com> Date: Tue, 5 Dec 2023 10:27:56 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=AE=98=E7=BD=91?= =?UTF-8?q?=E8=B5=9E=E8=B5=8F=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../docs/03.支持我们/99.赞赏公示/100.2023年.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/neutrino-proxy-vuepress/docs/03.支持我们/99.赞赏公示/100.2023年.md b/neutrino-proxy-vuepress/docs/03.支持我们/99.赞赏公示/100.2023年.md index c09ba8d5..3ee84b97 100644 --- a/neutrino-proxy-vuepress/docs/03.支持我们/99.赞赏公示/100.2023年.md +++ b/neutrino-proxy-vuepress/docs/03.支持我们/99.赞赏公示/100.2023年.md @@ -6,6 +6,8 @@ permalink: /pages/cded59/ | 日期 | 渠道 | 金额 |昵称| 备注 | |:-----------|:---|:-----|:-|:-----------------| +|2023-11-30|Gitee捐助|10|26263|感谢您的开源项目!| +|2023-11-30|微信红包|10|姫野永遠|| | 2023-11-26 |微信转账|180|Teacher Du|| | 2023-11-10 |微信红包|50|喜鸽小宝|| | 2023-11-01 |微信红包|20|Sun|感谢大佬,请你喝杯奶茶[微笑]| From d40028365bc29f2e0f0a235e7bf9d8199ac00566 Mon Sep 17 00:00:00 2001 From: aoshiguchen <1052045476@qq.com> Date: Wed, 6 Dec 2023 14:47:37 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8E=9F=E7=94=9F?= =?UTF-8?q?=E9=83=A8=E7=BD=B2=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../docs/01.使用教程/01.安装部署/04.原生部署.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutrino-proxy-vuepress/docs/01.使用教程/01.安装部署/04.原生部署.md b/neutrino-proxy-vuepress/docs/01.使用教程/01.安装部署/04.原生部署.md index 2de218f0..37e8ec55 100644 --- a/neutrino-proxy-vuepress/docs/01.使用教程/01.安装部署/04.原生部署.md +++ b/neutrino-proxy-vuepress/docs/01.使用教程/01.安装部署/04.原生部署.md @@ -29,7 +29,7 @@ neutrino: db: type: mysql # 自己的数据库实例,创建一个空的名为'neutrino-proxy'的数据库即可,首次启动服务端会自动初始化 - url: jdbc:mysql://xxxx:3306/neutrino-proxy?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&useAffectedRows=true&useSSL=false + url: jdbc:mysql://xxxx:3306/neutrino-proxy?useUnicode=true&allowMultiQueries=true&useAffectedRows=true&useSSL=false driver-class: com.mysql.jdbc.Driver # 数据库帐号 username: xxx From 82d78d2e4b82684cf3d56f098338f5eeb773776d Mon Sep 17 00:00:00 2001 From: aoshiguchen <1052045476@qq.com> Date: Wed, 6 Dec 2023 15:04:34 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- neutrino-proxy-server/src/main/resources/app-copy.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/neutrino-proxy-server/src/main/resources/app-copy.yml b/neutrino-proxy-server/src/main/resources/app-copy.yml index 0aecb5ae..36113f44 100644 --- a/neutrino-proxy-server/src/main/resources/app-copy.yml +++ b/neutrino-proxy-server/src/main/resources/app-copy.yml @@ -2,9 +2,13 @@ server: # 服务端web端口,用于支持HTTP接口,管理后台页面访问 port: 8888 # 日志级别 -solon.logging.logger: - "root": - level: info +solon.logging: + logger: + "root": + level: info + appender: + file: + level: info neutrino: proxy: