Commit cf6d6d6a by jx-art

Mybatis 开启驼峰

parent a4da7d8e
Pipeline #42901 passed with stages
in 4 minutes 55 seconds
...@@ -28,6 +28,7 @@ mapper.enum-as-simple-type=true ...@@ -28,6 +28,7 @@ mapper.enum-as-simple-type=true
# mybatis # mybatis
mybatis.mapper-locations=classpath:mybatis/mapper/*.xml mybatis.mapper-locations=classpath:mybatis/mapper/*.xml
mybatis.configuration.cache-enabled=true mybatis.configuration.cache-enabled=true
mybatis.configuration.map-underscore-to-camel-case=true
# redis # redis
......
...@@ -26,6 +26,7 @@ server.tomcat.accesslog.pattern=%h %l %u %t "%r" %s %b %{X-Forwarded-For}i %D %{ ...@@ -26,6 +26,7 @@ server.tomcat.accesslog.pattern=%h %l %u %t "%r" %s %b %{X-Forwarded-For}i %D %{
# mybatis # mybatis
mybatis.mapper-locations=classpath:mybatis/mapper/*.xml mybatis.mapper-locations=classpath:mybatis/mapper/*.xml
mybatis.configuration.cache-enabled=true mybatis.configuration.cache-enabled=true
mybatis.configuration.map-underscore-to-camel-case=true
# redis # redis
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment