server: port: 12000 spring: datasource: type: com.alibaba.druid.pool.DruidDataSource driverClassName: com.mysql.cj.jdbc.Driver url: jdbc:mysql://182.151.8.209:33066/fkzy_operation?useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true&failOverReadOnly=false&serverTimezone=GMT%2b8&allowMultiQueries=true username: root password: Zjtc!@#0804 druid: #配置初始化连接数大小 initial-size: 50 # 最大连接数 maxActive: 100 #最小连接数 minIdle: 50 #获取连接等待超时时间 maxWait: 5000 #Redis redis: host: 182.151.8.209 port: 63799 password: zjtc321! pool: max-total: 500 max-idle: 100 max-wait: 10 min-idle: 1 timeout: 6000 mybatis-plus: configuration: # 驼峰转换 从数据库列名到Java属性驼峰命名的类似映射 map-underscore-to-camel-case: true # 是否开启缓存 cache-enable: false # 如果查询结果中包含空值的列,则 MyBatis 在映射的时候,不会映射这个字段 #call-setters-on-nulls: true # 打印sql log-impl: org.apache.ibatis.logging.stdout.StdOutImpl call-setters-on-nulls: true minio: host: http://182.151.8.209:9000 # endpoint MinIO服务所在地址 url: ${minio.host}/${minio.bucket}/ access-key: zjtc secret-key: Zjtc!@#0804 bucket: fkzy ali: accessKeyId: http://182.151.8.209:8081/gas_apportal/publicApi/auth/logout secret: http://182.151.8.209:8081/gas_apportal/menu/getMenuByUserId secret: SMS_504820123 file: #附件上传盘符,liunx服务器需要切换 fileUploadRootPath: D:/ fileUploadPath: /upload/ preViewRealPath: http://182.151.8.209:9000/fkzy/ api: #法研平台接口 accessTokenUrl: https://api.cjbdi.com:8443/auth/api/token/getAccess appKey: 956ee3a3106ba289ce87d46f877b78ef appSecret: b2f77e1395324dcbd1557d4a2908c9fd lawGroupUrl: https://api.cjbdi.com:8443/354347/kaas/law/getLawListByGroup lawGroupInfoUrl: https://api.cjbdi.com:8443/354347/kaas/web/law/getLawStripRelateResultById aiLawUrl: https://api.cjbdi.com:8443/354347/defg/web/openapis/template/flux/38 apiId: ea255f4a400342b5b96c8fb904616354 #相似案例推荐 recommendedCasesUrl: https://api.cjbdi.com:8443/354347/llm/dmxla/simliar/case/es #按文书标识查询公开案例详情 caseByIdUrl: https://api.cjbdi.com:8443/354347/leian/des/common/detail #公开案例高级检索 caseAdvancedUrl: https://api.cjbdi.com:8443/354347/leian/des/common/list