Skip to content

Clean architecture example, using Spring framework with N-layer architecture

Notifications You must be signed in to change notification settings

dani-saavedra/example-clean-architecture

Repository files navigation

example-clean-architecture

Clean architecture example, using Spring framework with N-layer architecture.

This architect aims to show a vision of N-layer architecture, using clean architecture concepts. Apply concepts from SOLID, Interface Adapters.

Setup

Requires:

  • Java >= 1.8.x
  • Docker

How to Run

The first thing is to run the file makeFile "make mysql.run", this will generate a docker container a mysql image

Glimpse Solution

## Embedded MySql

The embedded MySql is used only when running the tests. This one is only started in the Gradle test task.

About

Clean architecture example, using Spring framework with N-layer architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published