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

39
todo-api/.gitignore vendored Normal file
View File

@@ -0,0 +1,39 @@
#Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
release.properties
# Eclipse
.project
.classpath
.settings/
bin/
# IntelliJ
.idea
*.ipr
*.iml
*.iws
# NetBeans
nb-configuration.xml
# Visual Studio Code
.vscode
.factorypath
# OSX
.DS_Store
# Vim
*.swp
*.swo
# patch
*.orig
*.rej
# Local environment
.env