From 447b83515ae498f46e9d959e7c07f733647fdf06 Mon Sep 17 00:00:00 2001
From: linwei <872216696@qq.com>
Date: Mon, 09 Feb 2026 10:00:24 +0800
Subject: [PATCH] init

---
 src/main/java/cn/net/communion/dbdatasync/App.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/java/cn/net/communion/dbdatasync/App.java b/src/main/java/cn/net/communion/dbdatasync/App.java
index e2b36f6..c5d4a61 100644
--- a/src/main/java/cn/net/communion/dbdatasync/App.java
+++ b/src/main/java/cn/net/communion/dbdatasync/App.java
@@ -106,6 +106,9 @@
     }
     public static void main(String[] args )
     {
+        // 设置默认编码为 UTF-8
+        System.setProperty("file.encoding", "UTF-8");
+        
         App app = new App();
         app.init();
         app.start();

--
Gitblit v1.9.3