Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 634 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 634 Bytes

spring-boot-jooq-event-sourcing

demo project

Goal

  • Spring Boot
  • JOOQ
  • Gradle
  • Event Sourcing
  • PostgresSQL
  • Flyway?

Links

Init

  • brew install gradle
  • gradle init

first run

  • ./gradlew run
  • ./gradlew build
  • ./gradlew test
  • ./gradlew eclipse