Initial commit

This commit is contained in:
2023-06-15 23:31:25 +08:00
parent 8824072ee6
commit 5c31488341
37 changed files with 1758 additions and 70 deletions

View File

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