From 06ed168bbe9bd100c460ae21a499dbaee04e5abb Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期五, 22 五月 2026 10:52:04 +0800
Subject: [PATCH] feat(lims): 新增数据分析与展示功能
---
src/main/resources/application-dev.yml | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/src/main/resources/application-tide.yml b/src/main/resources/application-dev.yml
similarity index 92%
copy from src/main/resources/application-tide.yml
copy to src/main/resources/application-dev.yml
index 27e2537..d2a0141 100644
--- a/src/main/resources/application-tide.yml
+++ b/src/main/resources/application-dev.yml
@@ -1,4 +1,7 @@
-# 椤圭洰鐩稿叧閰嶇疆
+# 鑺-浠撳偍鐗╂祦绯荤粺椤圭洰鐩稿叧閰嶇疆
+inspur:
+ appId: a3b0e3f1-7210-4ed0-8eed-c6c443e04e36
+ appSecret: 7aab6b10061962e861ab69596eec6c037daffd2b56cdf518df8554ff56daa9c8
ruoyi:
# 鍚嶇О
name: RuoYi
@@ -17,7 +20,7 @@
# 寮�鍙戠幆澧冮厤缃�
server:
# 鏈嶅姟鍣ㄧ殑HTTP绔彛锛岄粯璁や负8080
- port: 7003
+ port: 8080
servlet:
# 搴旂敤鐨勮闂矾寰�
context-path: /
@@ -62,9 +65,9 @@
druid:
# 涓诲簱鏁版嵁婧�
master:
- url: jdbc:mysql://10.136.12.71:3306/mis_ruoyi?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+ url: jdbc:mysql://127.0.0.1:3306/lims-ruoyi?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
- password: zttZTT123!
+ password: 123456
# 浠庡簱鏁版嵁婧�
slave:
# 浠庢暟鎹簮寮�鍏�/榛樿鍏抽棴
@@ -141,8 +144,8 @@
# 鏁版嵁搴撶储寮�
database: 0
# 瀵嗙爜
- password: zttZTT123!
-# password:
+ password:
+# password: 123456
# 杩炴帴瓒呮椂鏃堕棿
timeout: 10s
--
Gitblit v1.9.3