https://github.com/duquejo/java-hexagonal-poc
Complete Spring boot hexagonal theorical POC Project
https://github.com/duquejo/java-hexagonal-poc
gradle hexagonal-architecture java
Last synced: 5 months ago
JSON representation
Complete Spring boot hexagonal theorical POC Project
- Host: GitHub
- URL: https://github.com/duquejo/java-hexagonal-poc
- Owner: duquejo
- Created: 2024-08-22T21:49:24.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T22:35:36.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T01:43:10.567Z (over 1 year ago)
- Topics: gradle, hexagonal-architecture, java
- Language: Java
- Homepage:
- Size: 587 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hexagonal architecture
## Theoretical Proof of concept
* Gradle modular version: https://github.com/duquejo/Java-Hexagonal-Modular-POC

## Getting Started
### Reference Documentation
For further reference, please consider the following sections:
* [Official Gradle documentation](https://docs.gradle.org)
* [Spring Boot Gradle Plugin Reference Guide](https://docs.spring.io/spring-boot/3.3.2/gradle-plugin)
* [Create an OCI image](https://docs.spring.io/spring-boot/3.3.2/gradle-plugin/packaging-oci-image.html)
* [Spring Web](https://docs.spring.io/spring-boot/docs/3.3.2/reference/htmlsingle/index.html#web)
* [Spring Data JPA](https://docs.spring.io/spring-boot/docs/3.3.2/reference/htmlsingle/index.html#data.sql.jpa-and-spring-data)
### Guides
The following guides illustrate how to use some features concretely:
* [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/)
* [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/)
* [Building REST services with Spring](https://spring.io/guides/tutorials/rest/)
* [Accessing Data with JPA](https://spring.io/guides/gs/accessing-data-jpa/)
* [Accessing data with MySQL](https://spring.io/guides/gs/accessing-data-mysql/)
### Additional Links
These additional references should also help you:
* [Gradle Build Scans – insights for your project's build](https://scans.gradle.com#gradle)