|
@@ -8,7 +8,7 @@ import org.springframework.context.annotation.Bean;
|
|
|
import org.springframework.context.annotation.Configuration;
|
|
import org.springframework.context.annotation.Configuration;
|
|
|
|
|
|
|
|
@Configuration
|
|
@Configuration
|
|
|
-@MapperScan(basePackages = "com.tzld.supply.mapper.supply",
|
|
|
|
|
|
|
+@MapperScan(basePackages = "com.tzld.supply.dao.mapper.supply",
|
|
|
sqlSessionFactoryRef = "supplySqlSessionFactory")
|
|
sqlSessionFactoryRef = "supplySqlSessionFactory")
|
|
|
public class SupplyMybatisConfig {
|
|
public class SupplyMybatisConfig {
|
|
|
|
|
|