From 85b0ee4bae215560010d0e6d0641705923a1aaa3 Mon Sep 17 00:00:00 2001 From: ‘liusuyi’ <1951119284@qq.com> Date: 星期五, 03 十一月 2023 10:42:53 +0800 Subject: [PATCH] 优化工具类 --- src/main/resources/application-prod.yml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 0a5e94c..b219f3f 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -56,10 +56,10 @@ # 涓夊巶鏁板瓧鍖栧湴鍧� digitization3: enabled: false -mybatis: - typeAliasesPackage: com.ard.alarm.**.domain - mapperLocations: classpath:/mapper/*.xml - +# mybatis-plus閰嶇疆 +mybatis-plus: + type-aliases-package: com.ard.alarm.**.domain + mapper-locations: classpath:/mapper/*.xml server: port: 8088 logging: @@ -69,4 +69,4 @@ netty: info external: info camera: info - tube: info + tube: info \ No newline at end of file -- Gitblit v1.9.3