server:
|
port: 9010
|
#url: jdbc:mysql://180.169.94.250:8306/data_admin?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC&nullCatalogMeansCurrent=true
|
|
spring:
|
datasource:
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
url: jdbc:mysql://localhost:3306/mdm?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC&nullCatalogMeansCurrent=true
|
username: root
|
password: 123456
|
|
activiti:
|
database-schema-update: true
|
mvc:
|
view:
|
prefix: classpath:/templates/
|
suffix: .html
|
|
mybatis-plus:
|
mapper-locations: classpath:mapping/*.xml
|
type-aliases-package: com.highdatas.mdm.mapper
|
global-config:
|
db-config:
|
column-underline: true
|
logging:
|
level:
|
com:
|
highdatas:
|
mdm:
|
mapper: DEBUG
|
org:
|
quartz: error
|
activiti:
|
engine:
|
impl:
|
persistence:
|
entity: info
|
|
exists:
|
callback:
|
url: http://192.168.4.225:18080/activiti/getBusinessId
|
#activiti:
|
# check-process-definitions: false
|