feat:移除job类的接口、方法

This commit is contained in:
曾文豪
2024-06-26 10:08:29 +08:00
parent 67bb6041c6
commit 8f7d543c8b
18 changed files with 3 additions and 812 deletions

View File

@@ -1,12 +0,0 @@
package com.tiesheng.role;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.context.annotation.ComponentScan;
@ComponentScan({
"com.tiesheng.role.**.*",
})
@MapperScan("com.tiesheng.role.mapper")
public class RoleAutoConfigurer {
}