智能外呼
parent
c20442eae6
commit
bab34da581
|
|
@ -0,0 +1,105 @@
|
|||
|
||||
server:
|
||||
port: 20020
|
||||
servlet:
|
||||
context-path: /fxkhtxl
|
||||
session:
|
||||
# 配置会话超时
|
||||
timeout: 120s
|
||||
encoding:
|
||||
charset: UTF-8
|
||||
enabled: true
|
||||
force: true
|
||||
spring:
|
||||
#数据库配置
|
||||
datasource:
|
||||
type: com.alibaba.druid.pool.DruidDataSource
|
||||
driver-class-name: dm.jdbc.driver.DmDriver
|
||||
# url: jdbc:dm://local.gunshiiot.com:5236?schema=FXKH_TXL
|
||||
# username: SYSDBA
|
||||
# password: SYSDBA001
|
||||
url: jdbc:dm://10.42.6.247:5236?schema=FXKH_TXL
|
||||
username: SHZH
|
||||
password: Shzh_890
|
||||
druid:
|
||||
initialSize: 5
|
||||
minIdle: 5
|
||||
maxActive: 20
|
||||
maxWait: 60000
|
||||
timeBetweenEvictionRunsMillis: 60000
|
||||
minEvictableIdleTimeMillis: 300000
|
||||
validationQuery: SELECT1FROMDUAL
|
||||
testWhileIdle: true
|
||||
testOnBorrow: false
|
||||
testOnReturn: false
|
||||
filters: stat,wall,log4j #wall表示排除防火请
|
||||
logSlowSql: true
|
||||
|
||||
|
||||
#jpa配置
|
||||
jpa:
|
||||
properties:
|
||||
hibernate:
|
||||
dialect: org.hibernate.dialect.DmDialect
|
||||
|
||||
# Redis
|
||||
redis:
|
||||
database: 5
|
||||
host: 10.42.6.75
|
||||
password: Whdc_890
|
||||
# host: 10.0.41.112
|
||||
# password: 1234567a
|
||||
# host: 127.0.0.1
|
||||
# password:
|
||||
port: 6379
|
||||
servlet:
|
||||
multipart:
|
||||
max-file-size: 1100MB
|
||||
max-request-size: 1100MB
|
||||
|
||||
knife4j:
|
||||
enable: true
|
||||
setting:
|
||||
enableFooter: false
|
||||
enableFooterCustom: true
|
||||
footerCustomContent: Copyright 2018-[湖北纬皓端成科技有限公司](http://www.wavehorizon.cn)
|
||||
|
||||
documents: # 文档配置,可配置多个分组
|
||||
- group: doc-knife4j-1.0.0
|
||||
name: MarkDown文档
|
||||
locations: classpath:markdown/*
|
||||
- group: v1.0
|
||||
name: v1.0
|
||||
|
||||
|
||||
logging:
|
||||
level.org.springframework.boot.autoconfigure: error #spring的自动装配日志只打error,否则debug输出的会打印很多自动装配的log信息到控制台
|
||||
config: classpath:logback-spring.xml
|
||||
|
||||
mybatis-plus:
|
||||
global-config:
|
||||
db-config:
|
||||
update-strategy: not_empty
|
||||
insert-strategy: not_empty
|
||||
|
||||
wx:
|
||||
miniapp:
|
||||
configs:
|
||||
appid: wxb9b07668d1ba20fe
|
||||
secret: 99a1b89ac30e28bcc9bba8be973027f4
|
||||
|
||||
#getGroupWarning: http://223.75.53.141:8000/shzh/met/zyqxfw/api/warning/getGroupWarning
|
||||
getGroupWarning: http://127.0.0.1:20000/shzh/met/zyqxfw/api/warning/getGroupWarning
|
||||
|
||||
autocall:
|
||||
sysUserId: HBSL01
|
||||
processId: 1935233125932101634
|
||||
# processId: 1934801506242949122
|
||||
# callerGroup: 02160980358
|
||||
callerGroup: 02759325005
|
||||
secret: yxt@2024-1234567
|
||||
sms:
|
||||
url: http://120.55.193.51:8098/smtp/http/submit
|
||||
userName: hbfx15
|
||||
serviceCode: hbfx15
|
||||
userPassword: hbfx15
|
||||
Loading…
Reference in New Issue