基础信息提交
This commit is contained in:
@@ -7,6 +7,7 @@ import com.njcn.db.mybatisplus.handler.AutoFillValueHandler;
|
||||
import com.njcn.db.mybatisplus.handler.BatchInjector;
|
||||
import org.springframework.context.annotation.Bean;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.core.annotation.Order;
|
||||
|
||||
/**
|
||||
* @author hongawen
|
||||
@@ -41,7 +42,7 @@ public class MybatisConfig {
|
||||
* @author hongawen
|
||||
* @return BatchInjector
|
||||
*/
|
||||
@Bean
|
||||
@Order(999)
|
||||
public BatchInjector BatchInjector() {
|
||||
return new BatchInjector();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user