Skip to content

API Module

Implement input port from a primary adapter. For instance, Spring Rest Controller.

⚠️ The Documentation in Progress... ⚠️

Dependencies

pom.xml
1
2
3
4
5
6
7
<dependencies>
    <dependency>
        <groupId>com.lg5.spring</groupId>
        <artifactId>lg5-spring-api-rest</artifactId>
    </dependency>
    ...
</dependencies>