# hessian **Repository Path**: silentlyCode/hessian ## Basic Information - **Project Name**: hessian - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hessian-springboot-starter #### 介绍 基于hessian,做了一个springboot的starter,供需要的使用。 由于spring4之后仅支持hessian4版本,且hessian4与hessian3不兼容。所以本starter仅支持hessian4版本+springboot2 在application.properties中提供如下配置: - hessian.enabled=true(默认) - hessian.timeout=10000(链接超时时间,默认10000ms) - hessian.readTimeout=10000(读取超时时间,默认10000ms) - hessian.context-path=/(hessian接口的提供地址) - hessian.base-package=(填写需要扫描的包名)