This repository contains samples of various prototype projects built with Spring Boot 2 and Spring WebFlux.
Sample of an HTTP integration service between a client using one API and a backend using a different API.
cd http-adapter
mvn clean install
Sample service that uses jOOQ to query a postgres database. Database access is non-transactional (for now).
cd jooq-notx
./jooq-notx-service/src/sql/setup/setup-db.sh
mvn clean install