mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-06 15:31:23 +08:00
Added mybatis plus base file
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
server:
|
||||
port: 8621
|
||||
|
||||
spring:
|
||||
datasource:
|
||||
type: com.alibaba.druid.pool.DruidDataSource
|
||||
@@ -6,5 +9,10 @@ spring:
|
||||
username: root
|
||||
password: root
|
||||
|
||||
server:
|
||||
port: 8621
|
||||
mybatis-plus:
|
||||
global-config:
|
||||
db-config:
|
||||
logic-delete-field: deleted
|
||||
logic-not-delete-value: 0
|
||||
logic-delete-value: 1
|
||||
id-type: assign_id
|
||||
Reference in New Issue
Block a user