From 35c5447197f7a2341f21ecc2555d0b5ed4c7513a Mon Sep 17 00:00:00 2001 From: 李林 <z1292839451@163.com> Date: 星期四, 20 七月 2023 16:08:02 +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