Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
miemieYaho committed Dec 3, 2019
1 parent 06e053f commit cea6634
Showing 1 changed file with 12 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"properties": [
{
"sourceType": "com.baomidou.mybatisplus.core.config.GlobalConfig",
"name": "mybatis-plus.global-config.meta-object-handler",
"name": "mybatis-plus.global-config.identifier-generator",
"deprecation": {
"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": {
"level": "error",
"reason": "3.0开始废除此属性,请使用@Bean的方式注入至Spring容器."
Expand All @@ -49,6 +49,14 @@
"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",
"name": "mybatis-plus.default-scripting-language-driver",
Expand All @@ -75,13 +83,6 @@
"defaultValue": "org.apache.ibatis.type.EnumTypeHandler",
"description": "A default TypeHandler class for Enum.",
"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"
}
}
]
}

0 comments on commit cea6634

Please sign in to comment.