From e43043961cc300c722d309240656e268c164fdcd Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期五, 21 七月 2023 16:57:04 +0800
Subject: [PATCH] 查删检验计划
---
sys/src/main/resources/application.yml | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/sys/src/main/resources/application.yml b/sys/src/main/resources/application.yml
index 4457033..bad7621 100644
--- a/sys/src/main/resources/application.yml
+++ b/sys/src/main/resources/application.yml
@@ -4,13 +4,9 @@
profiles:
active: dev
-login:
- userID: 9c08241a7c38cb25efafde9dd1347bab
- secret: D1E3ED958C5DB5BDF1FC9F77CE54B29B016213acd698f4686cac2f399f1c8d18
-
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 +20,4 @@
httpclient:
enabled: false # 鍏抽棴 httpclient
okhttp:
- enabled: true # 寮�鍚� okhttp
\ No newline at end of file
+ enabled: true # 寮�鍚� okhttp
--
Gitblit v1.9.3