mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 09:08:24 +08:00
update "IService" package in ServiceConfig.java
This commit is contained in:
parent
ce60f235df
commit
cd2ff939e5
@ -15,7 +15,8 @@
|
||||
*/
|
||||
package com.mybatisflex.codegen.config;
|
||||
|
||||
import com.mybatisflex.spring.service.IService;
|
||||
|
||||
import com.mybatisflex.core.service.IService;
|
||||
|
||||
/**
|
||||
* 生成 Service 的配置。
|
||||
|
||||
@ -19,6 +19,7 @@ package com.mybatisflex.codegen.test;
|
||||
import com.mybatisflex.codegen.Generator;
|
||||
import com.mybatisflex.codegen.config.GlobalConfig;
|
||||
import com.zaxxer.hikari.HikariDataSource;
|
||||
import org.junit.Test;
|
||||
|
||||
import java.util.function.UnaryOperator;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user