浏览代码

service名称修改

master
林万龙 4 年前
父节点
当前提交
28f9d875a7
共有 2 个文件被更改,包括 1 次插入77 次删除
  1. +1
    -39
      src/main/resources/bootstrap-dev.yaml
  2. +0
    -38
      src/main/resources/bootstrap-test.yaml

+ 1
- 39
src/main/resources/bootstrap-dev.yaml 查看文件

@@ -7,42 +7,4 @@ spring:
nacos:
config:
server-addr: 172.16.192.26:8848
file-extension: yaml
jackson:
time-zone: GMT+8
date-format: yyyy-MM-dd HH:mm:ss
aop:
auto: true
proxy-target-class: true
devtools:
restart:
enabled: true
freemarker:
cache: false

async:
pool:
corePoolSize: 4
maxPoolSize: 8
queueCapacity: 5000

scheduler:
pool:
size: 1
#等待任务完成退出最大秒数
await-seconds: 6
task:
cron: "0 */1 * * * *"

iot:
accessKey: LTAI4FdXhwy1evoHXingMaiZ
accessSecret: CGmGpzta6ro8Bta4RLiQD18EF8m6Bm
consumerGroupId: eQVdFouKAYajil208F7F000100
iotInstanceId: iot-cn-nif1vosz501
RegionId: cn-shanghai
ProductKey: a18mXM6Cvx8
//签名方法:支持hmacmd5、hmacsha1和hmacsha256。
signMethod: hmacmd5
clientId: gateway
iotHost: contoso.com
iotPort: 5671
file-extension: yaml

+ 0
- 38
src/main/resources/bootstrap-test.yaml 查看文件

@@ -8,41 +8,3 @@ spring:
config:
server-addr: 172.19.42.44:8848
file-extension: yaml
jackson:
time-zone: GMT+8
date-format: yyyy-MM-dd HH:mm:ss
aop:
auto: true
proxy-target-class: true
devtools:
restart:
enabled: true
freemarker:
cache: false

async:
pool:
corePoolSize: 4
maxPoolSize: 8
queueCapacity: 5000

scheduler:
pool:
size: 1
#等待任务完成退出最大秒数
await-seconds: 6
task:
cron: "0 */1 * * * *"

iot:
accessKey: LTAI4FdXhwy1evoHXingMaiZ
accessSecret: CGmGpzta6ro8Bta4RLiQD18EF8m6Bm
consumerGroupId: eQVdFouKAYajil208F7F000100
iotInstanceId: iot-cn-nif1vosz501
RegionId: cn-shanghai
ProductKey: a18mXM6Cvx8
//签名方法:支持hmacmd5、hmacsha1和hmacsha256。
signMethod: hmacmd5
clientId: gateway
iotHost: contoso.com
iotPort: 5671

正在加载...
取消
保存