https://github.com/logue/springboot-activejdbc
Spring Boot + Active JDBC Domain Driven Development Startar project
https://github.com/logue/springboot-activejdbc
activejdbc activerecord ddd-architecture domain-driven-development java-11 spring-boot
Last synced: 26 days ago
JSON representation
Spring Boot + Active JDBC Domain Driven Development Startar project
- Host: GitHub
- URL: https://github.com/logue/springboot-activejdbc
- Owner: logue
- License: mit
- Created: 2020-12-11T02:46:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-16T06:26:29.000Z (over 3 years ago)
- Last Synced: 2025-07-07T15:54:38.141Z (11 months ago)
- Topics: activejdbc, activerecord, ddd-architecture, domain-driven-development, java-11, spring-boot
- Language: Java
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring Boot + Active JDBC DDD Startar
[](https://github.com/google/google-java-format)
[Spring Boot](https://spring.io/projects/spring-boot) starter project with Domain Driven Development (DDD) using [ActiveJDBC](https://javalite.io/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](https://javalite.io/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](https://pebbletemplates.io/)) separately.

## License
Licensed under the [MIT](LICENCE) License.
© 2020 [Logue](https://logue.dev/) / [Fores Inc.](https://www.fores.jp/)