################### 项目启动端口 ################### server: port: 8099 #端口 tomcat: max-threads: 800 #tomcat最大线程数,默认为200 uri-encoding: utf-8 max-http-post-size: -1 #tomcat的post请求提交不受大小限制 servlet: context-path: / session: cookie: name: sessionid_api ################### 日志配置 ################### logging: level: com.lilosoft: debug org.springframework: warn ################### spring配置 ################### spring: application: name: lilo-ai-case # 模板引擎 thymeleaf: mode: HTML encoding: utf-8 # 禁用缓存 cache: false http: encoding: force: true charset: UTF-8 enabled: true jackson: date-format: yyyy-MM-dd HH:mm:ss time-zone: GMT+8 serialization: write-dates-as-timestamps: false # datasource: # driver-class-name: com.mysql.cj.jdbc.Driver # url: jdbc:mysql://192.168.2.78:3306/robot?serverTimezone=GMT%2B8&autoReconnect=true&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&tinyInt1isBit=false&allowMultiQueries=true # username: root # password: Lilo@2019 # validation-query: SELECT 'x' FROM DUAL aop: proxy-target-class: true #false为启用jdk默认动态代理,true为cglib动态代理 # 文件上传 servlet: multipart: # 单个文件大小 max-file-size: 31MB # 设置总上传的文件大小 max-request-size: 31MB ################### mybatis配置 ################### mybatis: config-location: classpath:mybatis-config.xml ################### 系统其它相关配置 ################### aicase: #资料预审临时存储文件的位置 tempFilePath: D:/log/ fastdfs_img_url: https://robot.egovrobot.com/ newImageOcrUrl: http://59.175.148.30:8100/ # newImageOcrUrl: http://ocr.egovrobot.com/ # newImageOcrUrl: http://192.168.0.189:8100/ #文件存储源:1表示存储路径为fastdfs;不为1表示存储路径为本地 isFastdfs: 0 #数据库数据是否走Api接口 1:走Api接口 0:本地数据库操作 isApiData: 1 #本应用对外访问地址 serverUrl: http://localhost:8099/ #机器人接口平台地址 rdsmsApiUrl: http://api.egovrobot.com #websocket服务发送消息接口地址 websocketApiUrl: http://api.egovrobot.com ##################### Scheduled定时任务配置 ##################### scheduled: monitorCron: 0 0/5 * * * ? monitorOpen: false serverCode: 6e581c5a18744757a41c12756213243f serverEnterprise: 本地连测试 ##################### 广汉短信平台对接 ##################### note: noteCron: 0 0 17 * * ? noteOpen: false noteUrl: http://125.64.74.247:8076/zwfw/message/rlmessage/smsapi enterpriseId: 1e64495836fb43fcacaf574ac67366be ##################### 短信平台对接 ##################### noteAppid_yb: ADsUXLrS81vZDU95 #宜宾短信平台appid noteUrl_yb: http://sms.wx3.com.cn/api/index/index #宜宾短信平台Url enterpriseId_yb: 08fd711b717844cd9cf6f98735bc2945 #宜宾政务中心ID