mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-06 07:21:24 +08:00
19 lines
427 B
YAML
19 lines
427 B
YAML
server:
|
|
port: 8621
|
|
|
|
spring:
|
|
datasource:
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
url: jdbc:mysql://localhost
|
|
username: root
|
|
password: root
|
|
|
|
mybatis-plus:
|
|
global-config:
|
|
db-config:
|
|
logic-delete-field: deleted
|
|
logic-not-delete-value: 0
|
|
logic-delete-value: id
|
|
id-type: assign_id
|
|
type-aliases-package: com.cfive.pinnacle.entity |