作者 ray

删除多余配置

1 -## spring security 配置  
2 -security:  
3 - oauth2:  
4 - client:  
5 - client-id: ENC(U2RgKK76tZIVR2iCW/KAs2uaZWgNxlheBqKoD1+0KvU=)  
6 - client-secret: ENC(U2RgKK76tZIVR2iCW/KAs2uaZWgNxlheBqKoD1+0KvU=)  
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_report?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8  
16 - resources:  
17 - static-locations: classpath:/static/,classpath:/views/  
18 -  
19 -environment:  
20 - test:  
21 - value: sit