Commit c7c3d651 by naan1993

修正数据库idType错误

parent 48d14e82
...@@ -41,7 +41,7 @@ mybatis-plus: ...@@ -41,7 +41,7 @@ mybatis-plus:
mapper-locations: classpath*:com/stylefeng/guns/**/mapping/*.xml mapper-locations: classpath*:com/stylefeng/guns/**/mapping/*.xml
typeAliasesPackage: com.stylefeng.guns.common.persistence.model typeAliasesPackage: com.stylefeng.guns.common.persistence.model
global-config: global-config:
id-type: 1 #1:数据库ID自增 2:用户输入id 3:全局唯一id(IdWorker) 4:全局唯一ID(uuid) id-type: 0 #0:数据库ID自增 1:用户输入id 2:全局唯一id(IdWorker) 3:全局唯一ID(uuid)
db-column-underline: false db-column-underline: false
refresh-mapper: true refresh-mapper: true
configuration: configuration:
......
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