server:
|
port: 9010
|
bak:
|
url: 220.158.10.151
|
img:
|
url: d:/datagovernance/file/activiti/
|
baks:
|
url: jdbc:mysql://127.0.0.1:3306/data_admin?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC&nullCatalogMeansCurrent=true
|
username: root
|
password: datacvg123!
|
|
spring:
|
datasource:
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
url: jdbc:mysql://127.0.0.1:3306/data_admin?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC&nullCatalogMeansCurrent=true
|
username: root
|
password: datacvg123!
|
hikari:
|
minimum-idle: 3
|
max-lifetime: 30000
|
connection-test-query: select 1
|
activiti:
|
database-schema-update: true
|
|
thymeleaf:
|
cache: false
|
prefix: classpath:/templates/
|
suffix: .html
|
servlet:
|
content-type: text/html
|
encoding: utf-8
|
|
logging:
|
level:
|
com:
|
highdatas:
|
mdm:
|
mapper: DEBUG
|
|
mybatis-plus:
|
mapper-locations: classpath:mapping/*.xml
|
type-aliases-package: com.highdatas.mdm.mapper
|
global-config:
|
db-config:
|
column-underline: true
|