41 lines
913 B
YAML
41 lines
913 B
YAML
# Tomcat
|
|
server:
|
|
port: 9011
|
|
Spring:
|
|
redis:
|
|
host: 127.0.0.1
|
|
port: 6379
|
|
|
|
|
|
rabbitmq:
|
|
username: guest
|
|
password: guest
|
|
virtualHost: /
|
|
port: 5672
|
|
host: 101.43.11.6
|
|
listener:
|
|
simple:
|
|
prefetch: 1 # 每次只能获取一条,处理完成才能获取下一条
|
|
publisher-confirm-type: correlated #确认消息已发送到交换机(Exchange)
|
|
publisher-returns: true #确认消息已发送到队列(Queue)
|
|
|
|
|
|
config:
|
|
ali:
|
|
access-key-id: LTAI5tS81pRFwvksJvm5HPjp
|
|
access-key-secret: HGG5zCq9yMrWpdBzjBW3JlvE7x78en
|
|
region-id: cn-zhangjiakou
|
|
instance:
|
|
imageId: m-8vbi17x6igyccyvlgq5i
|
|
instanceType: ecs.e-c1m1.large
|
|
securityGroupId: sg-8vbi17x6igyccp073ff5
|
|
vSwitchId: vsw-8vbuicuegbmcm2y0ou4zr
|
|
internetMaxBandwidthOut: 5
|
|
size: 20
|
|
category: cloud_essd
|
|
instanceChargeType: PostPaid
|
|
internetChargeType: PayByTraffic
|
|
|
|
|
|
|