#mybatis-plus配置 mybatis-plus: mapper-locations: classpath:mappings/**/**/*.xml #实体扫描,多个package用逗号或者分号分隔 typeAliasesPackage: com.ims.eval.entity,com.ims.**.entity #swagger扫描路径配置 swagger: base-packages: - com.ims.eval spring: cloud: gateway: httpclient: connect-timeout: 1000 response-timeout: 5s