author | Kai Moritz <kai@juplo.de> | |
Sun, 7 Jun 2020 11:00:14 +0000 (13:00 +0200) | ||
committer | Kai Moritz <kai@juplo.de> | |
Sun, 7 Jun 2020 17:41:04 +0000 (19:41 +0200) | ||
commit | 4f784f887f530419d66700b3e4e379c7ff36340a | |
tree | ee7f449e41da6cc3999cfd2e7c931b07d561aaad | tree | snapshot |
parent | 1d74e253330fe4e04db523cc504ce64cb3619304 | commit | diff |
.gitignore | diff | blob | history | |
README.sh | diff | blob | history | |
details/pom.xml | diff | blob | history | |
docker-compose.yml | diff | blob | history | |
pom.xml | diff | blob | history | |
take-order/pom.xml | diff | blob | history | |
validate-order/Dockerfile | [new file with mode: 0644] | blob |
validate-order/order-validation.avsc | [new file with mode: 0644] | blob |
validate-order/order.avsc | [new file with mode: 0644] | blob |
validate-order/pom.xml | [new file with mode: 0644] | blob |
validate-order/src/main/java/de/trion/microservices/validateorder/Application.java | [new file with mode: 0644] | blob |
validate-order/src/main/java/de/trion/microservices/validateorder/ApplicationProperties.java | [new file with mode: 0644] | blob |
validate-order/src/main/java/de/trion/microservices/validateorder/ValidateOrderService.java | [new file with mode: 0644] | blob |
validate-order/src/main/resources/application.properties | [new file with mode: 0644] | blob |