|
@@ -27,15 +27,15 @@
|
|
"properties": [
|
|
"properties": [
|
|
{
|
|
{
|
|
"sourceType": "com.baomidou.mybatisplus.core.config.GlobalConfig",
|
|
"sourceType": "com.baomidou.mybatisplus.core.config.GlobalConfig",
|
|
- "name": "mybatis-plus.global-config.meta-object-handler",
|
|
|
|
|
|
+ "name": "mybatis-plus.global-config.identifier-generator",
|
|
"deprecation": {
|
|
"deprecation": {
|
|
"level": "error",
|
|
"level": "error",
|
|
- "reason": "3.0开始废除此属性,请使用@Bean的方式注入至Spring容器."
|
|
|
|
|
|
+ "reason": "请使用@Bean的方式注入至Spring容器."
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "sourceType": "com.baomidou.mybatisplus.core.config.GlobalConfig$DbConfig",
|
|
|
|
- "name": "mybatis-plus.global-config.db-config.key-generator",
|
|
|
|
|
|
+ "sourceType": "com.baomidou.mybatisplus.core.config.GlobalConfig",
|
|
|
|
+ "name": "mybatis-plus.global-config.meta-object-handler",
|
|
"deprecation": {
|
|
"deprecation": {
|
|
"level": "error",
|
|
"level": "error",
|
|
"reason": "3.0开始废除此属性,请使用@Bean的方式注入至Spring容器."
|
|
"reason": "3.0开始废除此属性,请使用@Bean的方式注入至Spring容器."
|
|
@@ -49,6 +49,14 @@
|
|
"reason": "3.0开始废除此属性,请使用@Bean的方式注入至Spring容器."
|
|
"reason": "3.0开始废除此属性,请使用@Bean的方式注入至Spring容器."
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "sourceType": "com.baomidou.mybatisplus.core.config.GlobalConfig$DbConfig",
|
|
|
|
+ "name": "mybatis-plus.global-config.db-config.key-generator",
|
|
|
|
+ "deprecation": {
|
|
|
|
+ "level": "error",
|
|
|
|
+ "reason": "3.0开始废除此属性,请使用@Bean的方式注入至Spring容器."
|
|
|
|
+ }
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"sourceType": "com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties",
|
|
"sourceType": "com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties",
|
|
"name": "mybatis-plus.default-scripting-language-driver",
|
|
"name": "mybatis-plus.default-scripting-language-driver",
|
|
@@ -75,13 +83,6 @@
|
|
"defaultValue": "org.apache.ibatis.type.EnumTypeHandler",
|
|
"defaultValue": "org.apache.ibatis.type.EnumTypeHandler",
|
|
"description": "A default TypeHandler class for Enum.",
|
|
"description": "A default TypeHandler class for Enum.",
|
|
"type": "java.lang.Class<? extends org.apache.ibatis.type.TypeHandler>"
|
|
"type": "java.lang.Class<? extends org.apache.ibatis.type.TypeHandler>"
|
|
- },
|
|
|
|
- {
|
|
|
|
- "sourceType": "com.baomidou.mybatisplus.core.config.GlobalConfig",
|
|
|
|
- "name": "mybatis-plus.global-config.id-generator",
|
|
|
|
- "deprecation": {
|
|
|
|
- "level": "error"
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|