PeppyDays / practical-ddd-booking

Sample code of "Practical Domain Driven Design in Enterprise Java" book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Booking Application

This is a repository for booking microservice described in Practical Domain Driven Design in Enterprise Java. The difference is that this repository uses Java 17, Spring Boot 2.6 with Gradle. Some fixes are applied while reading the book.

Before running this application, execute docker-compose.yaml file for database and message queue with a command docker compose -p practical-ddd up -d.

About

Sample code of "Practical Domain Driven Design in Enterprise Java" book


Languages

Language:Java 100.0%