From 27e9d7d2c7db63c5f12c83e069980213398e8337 Mon Sep 17 00:00:00 2001
From: XiaoRuby <3114200645@qq.com>
Date: 星期四, 13 七月 2023 10:22:51 +0800
Subject: [PATCH] LIMS管理系统框架-开发7-12-v1.0.0

---
 sys/src/main/resources/application.yml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys/src/main/resources/application.yml b/sys/src/main/resources/application.yml
index 4457033..6b18398 100644
--- a/sys/src/main/resources/application.yml
+++ b/sys/src/main/resources/application.yml
@@ -5,12 +5,12 @@
     active: dev
 
 login:
-  userID: 9c08241a7c38cb25efafde9dd1347bab
-  secret: D1E3ED958C5DB5BDF1FC9F77CE54B29B016213acd698f4686cac2f399f1c8d18
+  userID: c8b1aaacec366c24e5d18c7eea9e551b
+  secret: 701C85FCE0F7CFD714C2052D77098DC7f407b0ee79210bcef51787a0eb8ec7a5
 
 mybatis-plus:
   type-aliases-package: com.yuanchu.limslaboratory.pojo
-  mapper-locations: classpath:mapper/*.xml
+  mapper-locations: classpath*:/mapper/*.xml
   global-config:
     banner: off # 鍏抽棴mybatis-plus鍚姩鍥炬爣
 
@@ -24,4 +24,4 @@
   httpclient:
     enabled: false # 鍏抽棴 httpclient
   okhttp:
-    enabled: true # 寮�鍚� okhttp
\ No newline at end of file
+    enabled: true # 寮�鍚� okhttp

--
Gitblit v1.9.3