add file
This commit is contained in:
12
pluss-dao-bundle/src/main/resources/config/application.yml
Normal file
12
pluss-dao-bundle/src/main/resources/config/application.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
mybatis-plus:
|
||||
configuration:
|
||||
map-underscore-to-camel-case: false
|
||||
global-config:
|
||||
db-config:
|
||||
id-type: auto
|
||||
table-prefix: tb_pluss_
|
||||
select-strategy: not_empty
|
||||
|
||||
|
||||
|
||||
type-handlers-package: cn.pluss.platform.config.mybatis
|
||||
Reference in New Issue
Block a user