feat:移除job类的接口、方法
This commit is contained in:
@@ -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 {
|
||||
}
|
||||
Reference in New Issue
Block a user