From 3afe9db907f48579d0eb50ab3b3ffb1ff3261e0b Mon Sep 17 00:00:00 2001 From: zzc Date: Mon, 21 Apr 2025 10:32:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E9=98=B3=E5=B8=82=E7=AC=AC=E4=B8=83?= =?UTF-8?q?=E4=BA=BA=E6=B0=91=E5=8C=BB=E9=99=A2=E5=88=86=E6=94=AF=E5=88=9B?= =?UTF-8?q?=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-prod.yml | 16 ++++++++-------- .../src/main/resources/application-stage.yml | 2 +- .../src/main/resources/application.yml | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/acupuncture-admin/src/main/resources/application-prod.yml b/acupuncture-admin/src/main/resources/application-prod.yml index f7db2c08..aaa2e7af 100644 --- a/acupuncture-admin/src/main/resources/application-prod.yml +++ b/acupuncture-admin/src/main/resources/application-prod.yml @@ -6,7 +6,7 @@ spring: druid: # 主库数据源 master: - url: jdbc:mysql://192.168.0.192:3306/acupuncture?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8 + url: jdbc:mysql://192.168.0.192:3306/acupuncture_ays?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8 username: root password: csylcx18aA # 从库数据源 @@ -82,12 +82,12 @@ spring: # #连接池最大阻塞等待时间(使用负值表示没有限制) max-wait: -1ms file: - PatientTemplate: /home/acupuncture/server/profile/PatientTemplate.xlsx - TreamentTemplate: /home/acupuncture/server/profile/TreamentTemplate.xlsx - wxQrCodeTemplate: /home/acupuncture/server/profile/wxQrCodeTemplate.docx - screenQrCodeTemplate: /home/acupuncture/server/profile/screenQrCodeTemplate.docx - hbTemplate: /home/acupuncture/server/profile/screenHbQrCodeTemplate.docx + PatientTemplate: /home/acupuncture_ays/server/profile/PatientTemplate.xlsx + TreamentTemplate: /home/acupuncture_ays/server/profile/TreamentTemplate.xlsx + wxQrCodeTemplate: /home/acupuncture_ays/server/profile/wxQrCodeTemplate.docx + screenQrCodeTemplate: /home/acupuncture_ays/server/profile/screenQrCodeTemplate.docx + hbTemplate: /home/acupuncture_ays/server/profile/screenHbQrCodeTemplate.docx screenPath: http://test.tall.wiki/acupuncture/web-admin/screening/H5?hospitalId=hosId&hospitalName=hosName¢erId=cId - pgTemplate: /home/acupuncture/server/profile/TreamtmentPgTemplate.docx - jmrsUrl: /home/acupuncture/server/profile/uploads/jmrsTemplate.docx + pgTemplate: /home/acupuncture_ays/server/profile/TreamtmentPgTemplate.docx + jmrsUrl: /home/acupuncture_ays/server/profile/uploads/jmrsTemplate.docx diff --git a/acupuncture-admin/src/main/resources/application-stage.yml b/acupuncture-admin/src/main/resources/application-stage.yml index bd811e86..218c1814 100644 --- a/acupuncture-admin/src/main/resources/application-stage.yml +++ b/acupuncture-admin/src/main/resources/application-stage.yml @@ -6,7 +6,7 @@ spring: druid: # 主库数据源 master: - url: jdbc:mysql://sd.tall.wiki:3306/acupuncture?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 + url: jdbc:mysql://sd.tall.wiki:3306/acupuncture_ays?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 username: root password: po3OynBO[M3579p6L7)o # 从库数据源 diff --git a/acupuncture-admin/src/main/resources/application.yml b/acupuncture-admin/src/main/resources/application.yml index 40a39b86..edbc6b6d 100644 --- a/acupuncture-admin/src/main/resources/application.yml +++ b/acupuncture-admin/src/main/resources/application.yml @@ -17,7 +17,7 @@ acupuncture: # 开发环境配置 server: # 服务器的HTTP端口,默认为8080 - port: 20001 + port: 20002 servlet: # 应用的访问路径 context-path: / @@ -78,7 +78,7 @@ spring: # 端口,默认为6379 port: 6379 # 数据库索引 - database: 0 + database: 1 # 密码 password: # 连接超时时间