Home | 简体中文 | 繁体中文 | 杂文 | Github | 知乎专栏 | Facebook | Linkedin | Youtube | 打赏(Donations) | About
知乎专栏

第 36 章 Spring boot with Hessian

目录

36.1. Maven
36.2. Application
36.3. HessianServiceExporter
36.4. Service
36.5. RestController

36.1. Maven

        
    <dependency>
        <groupId>com.caucho</groupId>
        <artifactId>hessian</artifactId>
        <version>4.0.38</version>
    </dependency>