在properties中:
-underscore-to-camel-case=true
在yaml中:
mybatis:
configuration:
map-underscore-to-camel-case: true
yaml中mybatis的key值缩进和spring是同级的
在properties中:
-underscore-to-camel-case=true
在yaml中:
mybatis:
configuration:
map-underscore-to-camel-case: true
yaml中mybatis的key值缩进和spring是同级的