mirror of
https://gitee.com/dromara/dbswitch.git
synced 2025-09-15 16:39:05 +00:00
后端代码优化
This commit is contained in:
@@ -8,7 +8,7 @@ spring:
|
||||
uri-encoding: UTF-8
|
||||
max-http-header-size: 8096
|
||||
mvc:
|
||||
throw-exception-if-no-handler-found: true
|
||||
throw-exception-if-no-handler-found: false
|
||||
static-path-pattern: /statics/**
|
||||
datasource:
|
||||
driver-class-name: com.mysql.jdbc.Driver
|
||||
@@ -30,10 +30,6 @@ mybatis:
|
||||
map-underscore-to-camel-case: true
|
||||
#log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
|
||||
mapper:
|
||||
wrap-keyword: "`{0}`"
|
||||
enable-method-annotation: true
|
||||
|
||||
dbswitch:
|
||||
configuration:
|
||||
drivers-base-path: ${APP_DRIVERS_PATH}
|
Reference in New Issue
Block a user