From 544d000c2ee4d749210b6748ec97acf5597da9aa Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 02 六月 2023 17:25:30 +0800 Subject: [PATCH] 5.替换 com.lf. 为 com.moon. --- src/main/resources/application.yml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 2e972c2..810b310 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -101,12 +101,12 @@ # mybatis #mybatis: -# type-aliases-package: com.lf.server.entity +# type-aliases-package: com.moon.server.entity # config-location: classpath:mybatis.xml # mapper-locations: classpath:mapper/**/*.xml mybatis-plus: - type-aliases-package: com.lf.server.entity + type-aliases-package: com.moon.server.entity config-location: classpath:mybatis.xml mapper-locations: classpath:mapper/**/*.xml -- Gitblit v1.9.3