华为云处理
This commit is contained in:
@@ -13,35 +13,61 @@ server:
|
||||
feign:
|
||||
sentinel:
|
||||
enabled: true
|
||||
|
||||
spring:
|
||||
application:
|
||||
name: @artifactId@
|
||||
#nacos注册中心以及配置中心的指定
|
||||
cloud:
|
||||
nacos:
|
||||
discovery:
|
||||
ip: @service.server.url@
|
||||
server-addr: @nacos.url@
|
||||
namespace: @nacos.namespace@
|
||||
config:
|
||||
server-addr: @nacos.url@
|
||||
namespace: @nacos.namespace@
|
||||
file-extension: yaml
|
||||
shared-configs:
|
||||
- data-id: share-config.yaml
|
||||
refresh: true
|
||||
- data-Id: share-config-datasource-db.yaml
|
||||
refresh: true
|
||||
main:
|
||||
allow-bean-definition-overriding: true
|
||||
#nacos注册中心以及配置中心的指定
|
||||
cloud:
|
||||
servicecomb:
|
||||
service:
|
||||
name: ${spring.application.name}
|
||||
version: 0.0.1
|
||||
application: pms-application
|
||||
environment: production
|
||||
discovery:
|
||||
address: https://116.63.42.60:30100
|
||||
health-check-interval: 10
|
||||
poll-interval: 15000
|
||||
wait-time-for-shut-down-in-millis: 15000
|
||||
# config:
|
||||
# server-addr: https://116.63.42.60:30110
|
||||
# server-type: kie
|
||||
# kie:
|
||||
# custom-label: ${spring.application.name}
|
||||
# custom-label-value: default
|
||||
# 自定义配置,使用文本的key/value配置项作为yaml格式配置
|
||||
# fileSource: cse.share.yaml,cse.db.yaml
|
||||
|
||||
|
||||
#项目日志的配置
|
||||
logging:
|
||||
config: http://@nacos.url@/nacos/v1/cs/configs?tenant=@nacos.namespace@&group=DEFAULT_GROUP&dataId=logback.xml
|
||||
level:
|
||||
root: info
|
||||
|
||||
|
||||
|
||||
# cloud:
|
||||
# nacos:
|
||||
# discovery:
|
||||
# ip: @service.server.url@
|
||||
# server-addr: @nacos.url@
|
||||
# namespace: @nacos.namespace@
|
||||
# config:
|
||||
# server-addr: @nacos.url@
|
||||
# namespace: @nacos.namespace@
|
||||
# file-extension: yaml
|
||||
# shared-configs:
|
||||
# - data-id: share-config.yaml
|
||||
# refresh: true
|
||||
# - data-Id: share-config-datasource-db.yaml
|
||||
# refresh: true
|
||||
# main:
|
||||
# allow-bean-definition-overriding: true
|
||||
#
|
||||
#
|
||||
##项目日志的配置
|
||||
#logging:
|
||||
# config: http://@nacos.url@/nacos/v1/cs/configs?tenant=@nacos.namespace@&group=DEFAULT_GROUP&dataId=logback.xml
|
||||
# level:
|
||||
# root: info
|
||||
|
||||
|
||||
#mybatis配置信息
|
||||
@@ -51,3 +77,11 @@ mybatis-plus:
|
||||
|
||||
mqtt:
|
||||
client-id: @artifactId@${random.value}
|
||||
|
||||
#oss服务器配置
|
||||
min:
|
||||
io:
|
||||
endpoint: http://192.168.1.13:9009
|
||||
accessKey: minio
|
||||
secretKey: minio@123
|
||||
bucket: excelreport
|
||||
|
||||
Reference in New Issue
Block a user