作者 王孝文

报关配置提交

1 -## spring security 配置  
2 -security:  
3 - oauth2:  
4 - client:  
5 - client-id: ENC(ZOiQwLH080UVaC4kvGat3aR7VMJVGcZfXv+blMCMpCdnxh7w9RP6Hg==)  
6 - client-secret: ENC(ZOiQwLH080UVaC4kvGat3aR7VMJVGcZfXv+blMCMpCdnxh7w9RP6Hg==)  
7 - scope: server  
8 -# 数据源配置  
9 -spring:  
10 - datasource:  
11 - type: com.zaxxer.hikari.HikariDataSource  
12 - driver-class-name: com.mysql.cj.jdbc.Driver  
13 - username: trobs  
14 - password: dfU76$N(kp  
15 - url: jdbc:mysql://10.1.1.86:3306/trobs?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8  
16 - resources:  
17 - static-locations: classpath:/static/,classpath:/views/