springboot-httpbin
873
A java(springboot) port of the venerable httpbin.org HTTP request & response testing service.
Inspired by httpbin go-httpbin and java-httpbin.
Special thanks fastapi-httpbin and openapi-generator.
docker run -p 8080:8080 dyrnq/springboot-httpbin
| env | jvm options | application args |
|---|---|---|
| SERVER_SERVLET_CONTEXT_PATH | -Dserver.servlet.context-path | --server.servlet.context-path |
| SPRING_MVC_SERVLET_PATH | -Dspring.mvc.servlet.path | --spring.mvc.servlet.path |
| OPENAPI_SPRINGBOOT_HTTPBIN_BASE_PATH | -Dopenapi.springboot-httpbin.base-path | --openapi.springboot-httpbin.base-path |
| JAVA_OPTS | ||
| JAR tomcat, jetty, undertow, reactive |
e.g.
docker run -p 8080:8080 -e JAR=undertow -e JAVA_OPTS='-Xms1g -Xmx1g' dyrnq/springboot-httpbin
spring-boot/appendix/application-properties
See also
| website | source | docker |
|---|---|---|
| httpbin.org | postmanlabs/httpbin | docker run -p 80:80 kennethreitz/httpbin |
| httpbin.rs | duskmoon314/httpbin-rs | |
| httpbingo.org | mccutchen/go-httpbin | docker run -P mccutchen/go-httpbin |
| gaul/java-httpbin | ||
| SakigamiYang/httpbin4j |
Content type
Image
Digest
sha256:60d975585…
Size
283.6 MB
Last updated
almost 2 years ago
docker pull dyrnq/springboot-httpbin