mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-18 02:56:30 +08:00
同步1.9.0
This commit is contained in:
@@ -25,13 +25,15 @@ sequence:
|
||||
# zk中生成WorkNode的路径。不同的业务可以使用不同的路径,以免冲突。
|
||||
zkPath: com/orange/demo
|
||||
|
||||
mybatis-plus:
|
||||
mapper-locations: classpath:com/orange/demo/*/dao/mapper/*Mapper.xml
|
||||
type-aliases-package: com.orange.demo.*.model
|
||||
global-config:
|
||||
db-config:
|
||||
logic-delete-value: -1
|
||||
logic-not-delete-value: 1
|
||||
# mybatis的基本配置
|
||||
mybatis:
|
||||
mapperLocations: classpath:com/orange/demo/*/dao/mapper/*Mapper.xml
|
||||
typeAliasesPackage: com.orange.demo.*.model
|
||||
|
||||
mapper:
|
||||
mappers: tk.mybatis.mapper.common.Mapper,tk.mybatis.mapper.additional.insert.InsertListMapper
|
||||
not-empty: false
|
||||
identity: MYSQL
|
||||
|
||||
pagehelper:
|
||||
helperDialect: mysql
|
||||
|
||||
Reference in New Issue
Block a user