{"id":18559256,"url":"https://github.com/linux-china/hessian-spring-boot-starter","last_synced_at":"2025-10-14T23:12:03.068Z","repository":{"id":136595489,"uuid":"77101923","full_name":"linux-china/hessian-spring-boot-starter","owner":"linux-china","description":"Spring Boot Start for Hessian","archived":false,"fork":false,"pushed_at":"2017-09-11T05:07:16.000Z","size":12,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-13T00:09:26.438Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linux-china.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-22T02:09:53.000Z","updated_at":"2023-03-23T11:21:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"73ca6838-4907-44ec-91f4-f32123f39449","html_url":"https://github.com/linux-china/hessian-spring-boot-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/linux-china/hessian-spring-boot-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linux-china%2Fhessian-spring-boot-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linux-china%2Fhessian-spring-boot-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linux-china%2Fhessian-spring-boot-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linux-china%2Fhessian-spring-boot-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linux-china","download_url":"https://codeload.github.com/linux-china/hessian-spring-boot-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linux-china%2Fhessian-spring-boot-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279022662,"owners_count":26087290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T21:42:24.281Z","updated_at":"2025-10-14T23:12:03.034Z","avatar_url":"https://github.com/linux-china.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"hessian-spring-boot-start\n=========================\nSpring boot starter hessian。\n\n### 如何使用\n\n* 在Spring Boot项目的pom.xml中添加以下依赖:\n\n          \u003cdependency\u003e\n                     \u003cgroupId\u003ecom.mvnsearch.spring.boot\u003c/groupId\u003e\n                     \u003cartifactId\u003ehessian-boot-starter\u003c/artifactId\u003e\n                     \u003cversion\u003e1.0.0-SNAPSHOT\u003c/version\u003e\n          \u003c/dependency\u003e\n\n* 创建对应的hessian service bean, 这里请注意bean的名称。 代码如下:\n\n          @Component(value = \"userService\")\n          @HessianService(serviceInterface = UserService.class)\n          public class UserServiceImpl implements UserService {\n              public String findNick(Integer id) {\n                  return \"nick:\" + id;\n              }\n          }\n          \n* hessian服务最终会以\"/userService\" 发布出去，客户端代码调用如下，当然你可以可以创建一个Bean。\n\n      String url = \"http://localhost:8080/userService\";\n      HessianProxyFactory factory = new HessianProxyFactory();\n      UserService basic = (UserService) factory.create(UserService.class, url);\n\n### 参考文档\n\n* Hessian: http://hessian.caucho.com/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinux-china%2Fhessian-spring-boot-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinux-china%2Fhessian-spring-boot-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinux-china%2Fhessian-spring-boot-starter/lists"}