Proof of concept of Java application integrated with Quarkus in Maven.
342
Proof of concept of integration Maven / Quarkus / Docker. Contains the small application "reverse" in Java. This app will reverse the order of the letters of plain text input. Built in Maven with integration of Quarkus. Built with Java. Designed for AMD64.
Build: docker run -d --name reverse-app -p 8080:8080 burin72/berry-reverse:latest
Access: curl -X POST " (eg http://example.local/reverse)" -H " (eg Host: example.local)" -H "Content-Type: text/plain" -d ""
Response: ""
Content type
Image
Digest
sha256:024e2c8b8…
Size
101 MB
Last updated
over 1 year ago
docker pull burin72/berry-reverse