Skip to content

logue/springboot-activejdbc

Repository files navigation

Spring Boot + Active JDBC DDD Startar

Code Style: Google

Spring Boot starter project with Domain Driven Development (DDD) using ActiveJDBC (ActiveRecord Architecture). It also supports transactions.

Since ActiveJDBC is used, redundant Data Access Objects and Data Transfar Objects are not required. Instead, you need to perform instrumentation when the database changes.

The presentation layer is not included as this project is intended for use with api server. If you want to make a classic web app, please install the template engine (such as Pebble Template) separately.

Diagram

License

Licensed under the MIT License.

© 2020 Logue / Fores Inc.

Releases

No releases published

Packages

No packages published

Languages