|
|
## spring security 配置
|
|
|
security:
|
|
|
oauth2:
|
|
|
client:
|
|
|
client-id: ENC(QYx2x71M2T8k0KOsJDL4Rete/d/IaW0NqlAEt3nl3KI=)
|
|
|
client-secret: ENC(QYx2x71M2T8k0KOsJDL4Rete/d/IaW0NqlAEt3nl3KI=)
|
|
|
scope: server
|
|
|
# 数据源配置
|
|
|
spring:
|
|
|
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?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8
|
|
|
resources:
|
|
|
static-locations: classpath:/static/,classpath:/views/ |
...
|
...
|
|