+2
-5
@@ -1,4 +1,3 @@
|
||||
/*
|
||||
package com.mhd.basic.infrastructure.config;
|
||||
|
||||
import com.mhd.basic.infrastructure.util.CamelCaseUtils;
|
||||
@@ -11,11 +10,9 @@ import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.Properties;
|
||||
|
||||
*/
|
||||
/**
|
||||
* MyBatis插件:拦截Map类型结果,转换Key为驼峰
|
||||
*//*
|
||||
|
||||
*/
|
||||
@Intercepts({@Signature(
|
||||
type = ResultSetHandler.class,
|
||||
method = "handleResultSets",
|
||||
@@ -57,4 +54,4 @@ public class CamelCaseMapPlugin implements Interceptor {
|
||||
public void setProperties(Properties properties) {
|
||||
// 可配置参数,此处无需处理
|
||||
}
|
||||
}*/
|
||||
}
|
||||
+2
-5
@@ -1,4 +1,3 @@
|
||||
/*
|
||||
package com.mhd.user.infrastructure.config;
|
||||
|
||||
import com.mhd.user.infrastructure.util.CamelCaseUtils;
|
||||
@@ -11,11 +10,9 @@ import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.Properties;
|
||||
|
||||
*/
|
||||
/**
|
||||
* MyBatis插件:拦截Map类型结果,转换Key为驼峰
|
||||
*//*
|
||||
|
||||
*/
|
||||
@Intercepts({@Signature(
|
||||
type = ResultSetHandler.class,
|
||||
method = "handleResultSets",
|
||||
@@ -57,4 +54,4 @@ public class CamelCaseMapPlugin implements Interceptor {
|
||||
public void setProperties(Properties properties) {
|
||||
// 可配置参数,此处无需处理
|
||||
}
|
||||
}*/
|
||||
}
|
||||
+2
-5
@@ -1,4 +1,3 @@
|
||||
/*
|
||||
package com.linke.finance.infrastructure.config;
|
||||
|
||||
import com.linke.finance.infrastructure.util.CamelCaseUtils;
|
||||
@@ -11,11 +10,9 @@ import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.Properties;
|
||||
|
||||
*/
|
||||
/**
|
||||
* MyBatis插件:拦截Map类型结果,转换Key为驼峰
|
||||
*//*
|
||||
|
||||
*/
|
||||
@Intercepts({@Signature(
|
||||
type = ResultSetHandler.class,
|
||||
method = "handleResultSets",
|
||||
@@ -57,4 +54,4 @@ public class CamelCaseMapPlugin implements Interceptor {
|
||||
public void setProperties(Properties properties) {
|
||||
// 可配置参数,此处无需处理
|
||||
}
|
||||
}*/
|
||||
}
|
||||
@@ -1,4 +1,3 @@
|
||||
/*
|
||||
package com.linke.product.domain.config;
|
||||
|
||||
import com.linke.product.domain.util.CamelCaseUtils;
|
||||
@@ -11,11 +10,9 @@ import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.Properties;
|
||||
|
||||
*/
|
||||
/**
|
||||
* MyBatis插件:拦截Map类型结果,转换Key为驼峰
|
||||
*//*
|
||||
|
||||
*/
|
||||
@Intercepts({@Signature(
|
||||
type = ResultSetHandler.class,
|
||||
method = "handleResultSets",
|
||||
@@ -57,4 +54,4 @@ public class CamelCaseMapPlugin implements Interceptor {
|
||||
public void setProperties(Properties properties) {
|
||||
// 可配置参数,此处无需处理
|
||||
}
|
||||
}*/
|
||||
}
|
||||
@@ -273,8 +273,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
|
||||
<select id="selectMenuComponent" resultType="java.util.HashMap">
|
||||
SELECT
|
||||
menu_component AS menuComponent,
|
||||
menu_redirect_path AS menuRedirectPath
|
||||
menu_component,
|
||||
menu_redirect_path
|
||||
FROM
|
||||
sys_menu
|
||||
where
|
||||
@@ -510,4 +510,4 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
</foreach>
|
||||
</delete>
|
||||
|
||||
</mapper>
|
||||
</mapper>
|
||||
|
||||
Vendored
+2
-5
@@ -1,4 +1,3 @@
|
||||
/*
|
||||
package com.linke.thirdParty.infrastructure.config;
|
||||
|
||||
import com.linke.thirdParty.infrastructure.utils.CamelCaseUtils;
|
||||
@@ -11,11 +10,9 @@ import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.Properties;
|
||||
|
||||
*/
|
||||
/**
|
||||
* MyBatis插件:拦截Map类型结果,转换Key为驼峰
|
||||
*//*
|
||||
|
||||
*/
|
||||
@Intercepts({@Signature(
|
||||
type = ResultSetHandler.class,
|
||||
method = "handleResultSets",
|
||||
@@ -57,4 +54,4 @@ public class CamelCaseMapPlugin implements Interceptor {
|
||||
public void setProperties(Properties properties) {
|
||||
// 可配置参数,此处无需处理
|
||||
}
|
||||
}*/
|
||||
}
|
||||
+2
-5
@@ -1,4 +1,3 @@
|
||||
/*
|
||||
package com.linke.transport.infrastructure.config;
|
||||
|
||||
import com.linke.transport.infrastructure.util.CamelCaseUtils;
|
||||
@@ -11,11 +10,9 @@ import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.Properties;
|
||||
|
||||
*/
|
||||
/**
|
||||
* MyBatis插件:拦截Map类型结果,转换Key为驼峰
|
||||
*//*
|
||||
|
||||
*/
|
||||
@Intercepts({@Signature(
|
||||
type = ResultSetHandler.class,
|
||||
method = "handleResultSets",
|
||||
@@ -57,4 +54,4 @@ public class CamelCaseMapPlugin implements Interceptor {
|
||||
public void setProperties(Properties properties) {
|
||||
// 可配置参数,此处无需处理
|
||||
}
|
||||
}*/
|
||||
}
|
||||
Reference in New Issue
Block a user