|
@@ -17,7 +17,7 @@ import org.springframework.cloud.openfeign.EnableFeignClients;
|
|
|
@EnableFeignClients(basePackages = {SystemGlobalConstant.HUSSAR_ROOT_PACKAGE, SystemGlobalConstant.BIZMS_BASE_PACKAGE})
|
|
@EnableFeignClients(basePackages = {SystemGlobalConstant.HUSSAR_ROOT_PACKAGE, SystemGlobalConstant.BIZMS_BASE_PACKAGE})
|
|
|
@EnableDiscoveryClient
|
|
@EnableDiscoveryClient
|
|
|
@SpringBootApplication(scanBasePackages = {SystemGlobalConstant.HUSSAR_BASE_PACKAGE, SystemGlobalConstant.BIZMS_BASE_PACKAGE})
|
|
@SpringBootApplication(scanBasePackages = {SystemGlobalConstant.HUSSAR_BASE_PACKAGE, SystemGlobalConstant.BIZMS_BASE_PACKAGE})
|
|
|
-@MapperScan(basePackages = {SystemGlobalConstant.HUSSAR_DAO_PACKAGE, SystemGlobalConstant.BIZMS_DAO_PACKAGE})
|
|
|
|
|
|
|
+@MapperScan(basePackages = {SystemGlobalConstant.HUSSAR_DAO_PACKAGE, SystemGlobalConstant.BIZMS_DAO_PACKAGE,SystemGlobalConstant.BIZMS_MAPPER_PACKAGE})
|
|
|
@EnableCaching
|
|
@EnableCaching
|
|
|
//@EnableSwagger2WebMvc
|
|
//@EnableSwagger2WebMvc
|
|
|
public class LoadTransferSIApplication {
|
|
public class LoadTransferSIApplication {
|