Skip to content

ajavageek/reactive-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To test the app, you can start a PostgreSQL containerized database in the project’s directory:

docker run -it --rm -e POSTGRES_PASSWORD=root -p5432:5432 -v ./data:/docker-entrypoint-initdb.d postgres:15-alpine

Run the app and try the different endpoints:

  • curl localhost:8080/hibernate

  • curl localhost:8080/spring

  • curl localhost:8080/jooq