feat:web模块包名调整
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.tiesheng.web;
|
||||
|
||||
import org.mybatis.spring.annotation.MapperScan;
|
||||
import org.springframework.context.annotation.ComponentScan;
|
||||
|
||||
/**
|
||||
* @author hao
|
||||
*/
|
||||
|
||||
@ComponentScan({
|
||||
"com.tiesheng.web.**.*",
|
||||
"com.tiesheng.role.**.*",
|
||||
})
|
||||
@MapperScan(value = {"com.tiesheng.web.mapper", "com.tiesheng.role.mapper"})
|
||||
public class WebAutoConfigurer {
|
||||
}
|
||||
Reference in New Issue
Block a user