{"id":17103088,"url":"https://github.com/helpermethod/membrane-spring-boot-starter","last_synced_at":"2026-04-28T20:37:26.956Z","repository":{"id":146262573,"uuid":"89276108","full_name":"helpermethod/membrane-spring-boot-starter","owner":"helpermethod","description":"A Spring Boot Starter for Membrane Service Proxy.","archived":false,"fork":false,"pushed_at":"2017-05-11T10:19:43.000Z","size":106,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T19:45:40.960Z","etag":null,"topics":["java","java-8","reverse-proxy","spring-boot","spring-boot-starter"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/helpermethod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-04-24T18:54:07.000Z","updated_at":"2017-05-08T16:29:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"4babee89-9556-4c3a-9176-74b0ddc4a7d7","html_url":"https://github.com/helpermethod/membrane-spring-boot-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/helpermethod/membrane-spring-boot-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helpermethod%2Fmembrane-spring-boot-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helpermethod%2Fmembrane-spring-boot-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helpermethod%2Fmembrane-spring-boot-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helpermethod%2Fmembrane-spring-boot-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/helpermethod","download_url":"https://codeload.github.com/helpermethod/membrane-spring-boot-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helpermethod%2Fmembrane-spring-boot-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32398997,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["java","java-8","reverse-proxy","spring-boot","spring-boot-starter"],"created_at":"2024-10-14T15:31:30.279Z","updated_at":"2026-04-28T20:37:26.926Z","avatar_url":"https://github.com/helpermethod.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Membrane Spring Boot Starter\n\n[![CircleCI](https://circleci.com/gh/helpermethod/membrane-spring-boot-starter.svg?style=shield\u0026circle-token=9ef92911f2b52bad3aef69791b1ea93a035d7d1a)](https://circleci.com/gh/helpermethod/membrane-spring-boot-starter)\n[![Dependency Status](https://www.versioneye.com/user/projects/59109d639e070f003f7cb97c/badge.svg?style=flat)](https://www.versioneye.com/user/projects/59109d639e070f003f7cb97c)\n[![codecov](https://codecov.io/gh/helpermethod/membrane-spring-boot-starter/branch/master/graph/badge.svg)](https://codecov.io/gh/helpermethod/membrane-spring-boot-starter)\n[![Hex.pm](https://img.shields.io/hexpm/l/plug.svg)](https://raw.githubusercontent.com/helpermethod/membrane-spring-boot-starter/master/LICENSE)\n\nA Spring Boot Starter for [Membrane Service Proxy](https://github.com/membrane/service-proxy).\n\n## Features\n\n* seamless integration with Spring Boot\n* typesafe Java 8 DSL for Service Proxy configuration\n\n## Example\n\n```java\n@EnableMembrane\n@SpringBootApplication\npublic class Application {\n    @Bean\n    public ProxiesConfiguration proxies() {\n        return proxies -\u003e proxies\n            .serviceProxy(serviceProxy -\u003e serviceProxy\n                .matches(matcher -\u003e matcher.pathPrefix(\"/restnames/\"))\n                .target(target -\u003e target.host(\"www.thomas-bayer.com\")));\n    }\n\n    public static void main(String[] args) {\n        SpringApplication.run(Application.class, args);\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelpermethod%2Fmembrane-spring-boot-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhelpermethod%2Fmembrane-spring-boot-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelpermethod%2Fmembrane-spring-boot-starter/lists"}