friboo-hello-world:使用Clojure friboo库的“ Hello World”示例REST服务

时间:2024-06-08 08:00:34
【文件属性】:

文件名称:friboo-hello-world:使用Clojure friboo库的“ Hello World”示例REST服务

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-08 08:00:34

Clojure

弗里布你好世界 这个项目是使用 Clojure库构建微服务的非常简单的示例。 $ lein do uberjar, scm-source $ docker build -t friboo-hello-world . $ docker run -it -p 8080:8080 friboo-hello-world 试用定义的API和验证: $ curl http://localhost:8080/hello/stranger # will return HTTP code 200 $ curl http://localhost:8080/hello/invalid.name # will return bad request with error message REST API模式在resources/api.yaml文件中定义。


【文件预览】:
friboo-hello-world-master
----README.rst(723B)
----project.clj(2KB)
----Dockerfile(240B)
----resources()
--------api.yaml(585B)
----senza-definition.yaml(1KB)
----src()
--------helloworld()
----.gitignore(15B)

网友评论