Initial commit

This commit is contained in:
2023-06-25 22:02:49 +08:00
parent d357b2b309
commit fed00a2a9a
13 changed files with 448 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ import org.springframework.context.annotation.Configuration;
*/
@Configuration
@MapperScan(basePackages = {"com.atguigu.auth.mapper","com.atguigu.process.mapper"})
@MapperScan(basePackages = {"com.atguigu.auth.mapper","com.atguigu.process.mapper","com.atguigu.wechat.mapper"})
public class MybatisPlusConfig {
/**