Home - GitKaran/Sample-Boot GitHub Wiki
Welcome to the Sample-Boot wiki!
This Spring boot application is making use of
- Spring boot 2.1.7
- flyway 5.2.4
- Jooq 3.12.1
- Postgresql
- Kotlin
- Maven
DB Schema
-
MovieService is providing movie info from remote repo
-
RatingService is providing rating info based on userId or movieId from postgres db
-
CatalogService is aggregating this info and providing catalog (movie info for each rating given by queried userId)
-
Swagger url - http://localhost:9095/swagger-ui.html#