trobs-business-sealSample-prd.yml
740 字节
## spring security 配置
security:
oauth2:
client:
client-id: ENC(gRXuU96i5d26oRxcLQD4CHMoOaox0fCFhC9aL2iNjlozSnLfqxE0KA==)
client-secret: ENC(gRXuU96i5d26oRxcLQD4CHMoOaox0fCFhC9aL2iNjlozSnLfqxE0KA==)
scope: server
# 数据源配置
spring:
datasource:
type: com.zaxxer.hikari.HikariDataSource
driver-class-name: com.mysql.cj.jdbc.Driver
username: trobs
password: '!j2sBwZ@Ir!0'
url: jdbc:mysql://jserp.mysql.db.com:20110/trobs?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8
resources:
static-locations: classpath:/static/,classpath:/views/
environment:
test:
value: prd