ZHANG ZENGXUAN 3e52ba13db init git
2025-05-19 21:57:31 +08:00

108 lines
2.0 KiB
YAML

server:
port: 82
spring:
main:
allow-circular-references: true
# allow-bean-definition-overriding: true
application:
name: poetry-consunmer-creation
cloud:
sentinel:
transport:
port: 8719
dashboard: 127.0.0.1:8000
datasource:
ds1:
nacos:
server-addr: 127.0.0.1:8848
dataId: cloudalibaba-sentinel-login
groupId: SENTINEL_GROUP
data_type: json
rule_type: flow
namespace: 45d907a1-7646-40b0-8502-b8610335271f
nacos:
discovery:
server-addr: 127.0.0.1:8848
feign:
sentinel:
enabled: true
client:
config:
default:
connectTimeout: 60000
readTimeout: 60000
#mybatis:
# type-aliases-package: com.jacklei.poetry.entities
# mapper-locations: classpath:mapper/*.xml
seata:
registry:
application: seata-server
type: nacos
nacos:
username: nacos
password: nacos
server-addr: 127.0.0.1:8848
config:
type: nacos
nacos:
username: nacos
password: nacos
server-addr: 127.0.0.1:8848
enable-auto-data-source-proxy: false
service:
vgroup-mapping:
my_test_tx_group: default
tx-service-group: my_test_tx_group
#server:
# port: 82
#
#spring:
# main:
# allow-circular-references: true
# application:
# name: poetry-consumer-creation
# cloud:
# sentinel:
# transport:
# port: 8719
# dashboard: 127.0.0.1:8080
# datasource:
# ds1:
# nacos:
# server-addr: 127.0.0.1:8848
# dataId: cloudalibaba-sentinel-login
# groupId: SENTINEL_GROUP
# data-type: json
# rule-type: flow
# namespace: 45d907a1-7646-40b0-8502-b8610335271f
# nacos:
# discovery:
# server-addr: 127.0.0.1:8848
#
#feign:
# sentinel:
# enabled: true
# client:
# config:
# default:
# connectTimeout: 60000
# readTimeout: 60000