Added the todo-api quarkus application.

This commit is contained in:
Manuel Aude Morales
2021-07-02 00:26:55 -05:00
parent 577bdfb1d6
commit ffd58e34e7
12 changed files with 675 additions and 0 deletions

5
todo-api/.dockerignore Normal file
View File

@@ -0,0 +1,5 @@
*
!target/*-runner
!target/*-runner.jar
!target/lib/*
!target/quarkus-app/*