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/mybatis.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mybatis.xml b/src/main/resources/mybatis.xml index 0789380..5560ed0 100644 --- a/src/main/resources/mybatis.xml +++ b/src/main/resources/mybatis.xml @@ -32,6 +32,6 @@ <setting name="logImpl" value="NO_LOGGING" /> </settings> <typeAliases> - <package name="com.lf.server.entity"/> + <package name="com.moon.server.entity"/> </typeAliases> </configuration> \ No newline at end of file -- Gitblit v1.9.3