Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/santiagovogit/hexagonal-spring-skeleton

Skeleton in hexagonal architecture + DDD for an Spring application
https://github.com/santiagovogit/hexagonal-spring-skeleton

ddd grandle hexagonal-architecture java java17 kotlin spring spring-boot

Last synced: 9 days ago
JSON representation

Skeleton in hexagonal architecture + DDD for an Spring application

Awesome Lists containing this project

README

        

# hexagonal-spring-skeleton

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Template for RESTful API applications built in hexagonal architecture + DDD with Spring

## Prerequisites

- Java 21
- PostgreSQL database

## Getting Started

### Installation (CLI)

1. Build the project

```sh
./gradlew build
```

2. Configure your PostgreSQL database settings in `application.properties`
3. Run the application

```sh
./gradlew bootRun
```

## Contributing

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request