# Tomcat server: port: 9527 servlet: context-path: #mybatis-plus配置 #mybatis-plus: # mapper-locations: # - classpath*:com/jeeplus/modules/**/*Mapper.xml # - classpath:/META-INF/admin-mybatis-mappings/*.xml # - classpath:/META-INF/modeler-mybatis-mappings/*.xml # #实体扫描,多个package用逗号或者分号分隔 # typeAliasesPackage: com.jeeplus.modules.**.entity # configuration-properties: # prefix: # boolValue: TRUE # blobType: BLOB # Spring spring: main: allow-bean-definition-overriding: true application: # 应用名称 name: jeeplus-finance boot: admin: client: url: http://localhost:8989 profiles: # 环境配置 active: dev cloud: nacos: discovery: # 服务注册地址 server-addr: 127.0.0.1:8848 # 命名空间 namespace: ${spring.profiles.active} config: # 配置中心地址 server-addr: 127.0.0.1:8848 # 配置文件格式 file-extension: yml # 共享配置 shared-configs: - application.${spring.cloud.nacos.config.file-extension} # 命名空间 namespace: ${spring.profiles.active} sentinel: transport: dashboard: 127.0.0.1:8858 thymeleaf: prefix: classpath:/templates/ suffix: .html mode: HTML5 encoding: UTF-8 #ribbon的超时时间 ribbon: ConnectTimeout: 60000 # 连接超时时间(ms) ReadTimeout: 60000 # 通信超时时间(ms) hystrix: command: default: execution: isolation: thread: timeoutInMillisecond: 60000 # 熔断超时时长:60000ms management: endpoints: web: exposure: include: "*" #oss配置 config: accessory: type: minIO #local, aliyun, minIO baseDir: file local: location: d:\\accessory aliyun: aliyunUrl: http://oss.gangwaninfo.com aliyunDownloadUrl: http://cdn.gangwaninfo.com endpoint: http://oss-cn-hangzhou.aliyuncs.com accessKeyId: LTAI5tQDWoM9c1WyJNPs86rX accessKeySecret: 84dDIx4edT1n78KUOqqSmDZ35pchJv bucketName: xgxm-test minIO: endpoint: accessKey: secretKey: bucketName: #阿里云文件夹路径 aliyun_directory: attachment-file/assess #签章阿里云文件bucketName qzBucketName: xg-qz #192.168.2.6签章测试参数 apptoken: uIJQmTwyGJ appsecret: 2NMBqFigKoInmd43Wohxv5aEDKiiHo signature: 232a44ee9ebd251d119f0a65628f678e signature_http_top: http://192.168.2.130:9182 #signature_http_top: https://3m0m810894.goho.co #竖版模板templateId vertical_templateId: 2894156236229259396 #横板模板templateId across_templateId: 2894156210627227768 #公司圆章 company_round_seal_id: 2894161942659543252 #公司圆章-竖 company_round_seal_id_vertical: 2898043523878957918 #公司方章 company_parties_seal_id: 2894163220106129636 #审定单用印流程id approval_category_id: 3032139783803457567 #报告用印流程id report_category_id: 2895618951099527314 ##审定内用印流程id judgement_category_id: 2920938119742709765 #审定单用印流程id(盐城) approval_YC_category_id: 2932214418853044239 #报告用印流程id(盐城) report_YC_category_id: 2933233458312618324