项目作者: rodrigovedovato

项目描述 :
Simple Jetty server using Project Loom
高级语言: Java
项目地址: git://github.com/rodrigovedovato/jetty-loom.git
创建时间: 2020-08-04T21:23:40Z
项目社区:https://github.com/rodrigovedovato/jetty-loom

开源协议:

下载


Jetty API using Project Loom a.k.a “Letty”

This is a sample API that uses Jetty to expose an endpoint showcasing how to use Project Loom’s virtual threads
in a real scenario

For testing purposes, the application can be started in two different modes: loom and standard. Just set the
SERVER_MODE environment variable to one of these values!

You can also generate a docker image from this application.
Just execute make docker appVersion={version-you-want-to-generate}