Skip to content

lilienth/ddd-banking-example-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ddd-banking-example

Build and Test

On Windows:

cd "1 Hands-on Legacy Code"
./mvnw.cmd package

On Unix/Linux/MacOS:

cd "1 Hands-on Legacy Code"
./mvnw package

Containerized Version

The easiest way is to use open the project in Visual Studio Code inside a Devcontainer. For that you need Docker installed.

Install Docker Desktop

On Windows:

winget install -e --id Docker.DockerDesktop

On MacOS:

brew install --cask docker

On Your Own System

You need a JDK version 21.

Install prerequisites

On Windows:

winget install -e --id EclipseAdoptium.Temurin.21.JDK

On MacOS:

brew install temurin@21

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published