Skip to content
Settlers Journal
Go back

Scaffolding the Java Spring Backend and Connecting to Postgres

Edit page

TLDR

Scaffolding a Java Spring project with all relevant dependencies. Then, creating a Postgres DB instance and connecting the Java service to it.

alt text alt text alt text

Main work

Challenges

Learnings


Edit page
Share this post on:

Previous Post
Implementing the Game Service and Discovering the Bruno API Client
Next Post
Designing Game State Persistence and a Custom Finite State Machine