Added new Quarkus application todo-api. Same functionality as todo-api-micro but code is much simpler, which should help in case the student wants to analyze.

This commit is contained in:
Manuel Aude Morales
2021-07-01 23:04:21 -05:00
parent cc5b47b426
commit 9b251cab9f
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/*