作者 韦绍镭

删除 logistics-activiti-dev.yml

1 -## spring security 配置  
2 -security:  
3 - oauth2:  
4 - client:  
5 - client-id: ENC(D8A47ZqlJYzqhABUZ/xt4SI8WfhdrOVE)  
6 - client-secret: ENC(D8A47ZqlJYzqhABUZ/xt4SI8WfhdrOVE)  
7 - scope: server  
8 - ignore-urls:  
9 - - '/actuator/**'  
10 - - '/v2/api-docs'  
11 - - '/service/**'  
12 - - '/editor-app/**'  
13 - - '/task/view/*'  
14 - - '/process/resource/**'  
15 - - '/modeler.html'  
16 -spring:  
17 - autoconfigure:  
18 - exclude: org.activiti.spring.boot.SecurityAutoConfiguration  
19 - activiti:  
20 - check-process-definitions: false  
21 - datasource:  
22 - type: com.zaxxer.hikari.HikariDataSource  
23 - driver-class-name: com.mysql.cj.jdbc.Driver  
24 - username: trobs  
25 - password: dfU76$N(kp  
26 - 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