Commit 7c3cc077 authored by fangxinjiang's avatar fangxinjiang

Merge remote-tracking branch 'origin/develop' into develop

parents 3cbf4aff 983a0cfa
server: ## spring security 配置
port: 5002 security:
oauth2:
client:
client-id: ENC(27v1agvAug87ANOVnbKdsw==)
client-secret: ENC(VbnkopxrwgbFVKp+UxJ2pg==)
scope: server
# 数据源配置
spring: spring:
application: datasource:
name: @artifactId@ type: com.zaxxer.hikari.HikariDataSource
cloud: driver-class-name: com.mysql.cj.jdbc.Driver
nacos: username: root
discovery: password: uf_zsk
server-addr: ${NACOS_HOST:yifu-register}:${NACOS_PORT:8848} url: jdbc:mysql://192.168.1.65:22306/yifu_codegen?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
config: web:
server-addr: ${spring.cloud.nacos.discovery.server-addr} resources:
config: static-locations: classpath:/static/,classpath:/views/
import:
- nacos:application-@profiles.active@.yml
- nacos:${spring.application.name}-@profiles.active@.yml
# 直接放行URL
ignore:
urls:
- /v2/api-docs
- /actuator/**
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment