1
0
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:
2023-04-30 17:35:59 +08:00
parent 5b0c125a47
commit 8a4b097fee
171 changed files with 4222 additions and 2 deletions

View File

@@ -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