|
|
## spring security 配置
|
|
|
security:
|
|
|
oauth2:
|
|
|
client:
|
|
|
client-id: ENC(D8A47ZqlJYzqhABUZ/xt4SI8WfhdrOVE)
|
|
|
client-secret: ENC(D8A47ZqlJYzqhABUZ/xt4SI8WfhdrOVE)
|
|
|
scope: server
|
|
|
ignore-urls:
|
|
|
- '/actuator/**'
|
|
|
- '/v2/api-docs'
|
|
|
- '/service/**'
|
|
|
- '/editor-app/**'
|
|
|
- '/task/view/*'
|
|
|
- '/process/resource/**'
|
|
|
- '/modeler.html'
|
|
|
spring:
|
|
|
autoconfigure:
|
|
|
exclude: org.activiti.spring.boot.SecurityAutoConfiguration
|
|
|
activiti:
|
|
|
check-process-definitions: false
|
|
|
datasource:
|
|
|
type: com.zaxxer.hikari.HikariDataSource
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
username: trobs
|
|
|
password: dfU76$N(kp
|
|
|
url: jdbc:mysql://10.1.1.86:3306/trobs_ac?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true |