diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 0e5e9900..e80685cd 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -81,11 +81,10 @@ spring: force: true charset: utf-8 enabled: true -#mybatis-plus: -# global-config: -# db-config: -# id-type: auto -# column-format: "\"%s\"" -mybatis: +mybatis-plus: + global-config: + db-config: + column-format: "\"%s\"" + id-type: assign_id configuration: database-id: mysql \ No newline at end of file