From bf06b8dea3474f7975349570a8ed4f35f582367c Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 28 九月 2022 11:08:29 +0800 Subject: [PATCH] 1 --- src/main/resources/application.yml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 7fff0f5..06fe812 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -42,7 +42,8 @@ date-format: yyyy-MM-dd HH:mm:ss mybatis: - type-aliases-package: com.terra.land.mapper + type-aliases-package: com.lf.server.mapper + config-location: classpath:mybatis.xml mapper-locations: classpath:mapper/**/*.xml logging: -- Gitblit v1.9.3