jose-villar

Notes written in markdown

View on GitHub

Java Spring Boot

Read more at Learn the path

Definitions

Compile and Run

# Auto detect changes
gradlew -t :bootJar

# Compile and run
gradlew bootRun

Packages

Three layers architecture

This architecture considers:

Three layers architecture

Annotations

Best practices

Dependency injection

Dependency injection process