From f7ba0896678c41158e4013cdc5e1fdc847cbb558 Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Thu, 13 Mar 2025 08:50:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=9F=E4=BA=A7=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/jeecg/jeecg_config.properties | 4 ++-- .../src/main/resources/jeecg/jeecg_database.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nursing-unit-system/nu-system-start/src/main/resources/jeecg/jeecg_config.properties b/nursing-unit-system/nu-system-start/src/main/resources/jeecg/jeecg_config.properties index 44618ab..faf9605 100644 --- a/nursing-unit-system/nu-system-start/src/main/resources/jeecg/jeecg_config.properties +++ b/nursing-unit-system/nu-system-start/src/main/resources/jeecg/jeecg_config.properties @@ -1,7 +1,7 @@ #code_generate_project_path -project_path=E:\\workspace\\jeecg-boot +project_path=D:\\Shengcheng #bussi_package[User defined] -bussi_package=org.jeecg.modules.demo +bussi_package=com.nu.modules #default code path diff --git a/nursing-unit-system/nu-system-start/src/main/resources/jeecg/jeecg_database.properties b/nursing-unit-system/nu-system-start/src/main/resources/jeecg/jeecg_database.properties index 6eb0344..c8fb425 100644 --- a/nursing-unit-system/nu-system-start/src/main/resources/jeecg/jeecg_database.properties +++ b/nursing-unit-system/nu-system-start/src/main/resources/jeecg/jeecg_database.properties @@ -1,6 +1,6 @@ #mysql diver_name=com.mysql.jdbc.Driver -url=jdbc:mysql://localhost:3306/jeecg-boot?useUnicode=true&characterEncoding=UTF-8 +url=jdbc:mysql://1.92.152.160:33061/nursing_unit_001?useUnicode=true&characterEncoding=UTF-8 username=root password=root database_name=jeecg-boot