1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- spring:
- profiles:
- active: @spring.profiles.active@
- jackson:
- date-format: yyyy-MM-dd HH:mm:ss
- time-zone: GMT+8
- mybatis:
- mapper-locations: classpath:mapper/*.xml
- configuration:
- #开启自动下划线格式转驼峰格式
- map-underscore-to-camel-case: true
- type-aliases-package: com.example.nngkxxdp.entity
- #登录配置
- login:
- # 登录token过期时间,单位:分钟
- loginOutTime: 60
- specialChar:
- #不被转义字符的uri,多个以“,”隔开
- filterUris:
- #被转义的特殊字符、转义字符,格式:*,*and*,*
- specialChar: <,<and>,>and%3C,<and%3E,>
- sms:
- # 上升
- up: http://data.cqna.gov.cn/app/evaluation.html
- # 下降
- down: http://data.cqna.gov.cn/app/evaluation.html
- #自定义短信接口
- custom: http://localhost:8081/sms/sendSms
- huaweiAddress:
- requestUrl: https://iam.cn-north-4.myhuaweicloud.com/v3/auth/tokens
- name: hw65077913
- password: 123456Aa?
- responseUrl: https://cbs-ext.cn-north-4.myhuaweicloud.com/v1/0e787d77ed8091292f83c002f3a16d7b/qabots/b5b458e8-7a94-4163-9119-321304a83bf5/chat
- hlw: https://exapi.cqliving.com
- proxy:
- servlet_url: /nginx/*
- servlet_url1: /nginx1/*
- proxt:
- target_url: http://www.cqnews.net/
|