Skip to content

JorgeRojasDev/hexagonal-reactive-archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexagonal Reactive Archetype

Contributors MIT License linkedin-shield

About The Archetype

A quick-starter to build the skeleton of a hexagonal architecture application, based on api first and reactive controllers.

Built With

Getting Started

  • 1 - Installing

    Open the root archetype folder on cmd or bash and use this command:

    mvn -U -B clean install
    

  • 2 - Importing on the IDE

    • Intellij: Go New Project -> Project -> Select JDK 8 (Can change after) -> Check Create from archetype -> Add Archetype And set the following values:
      • groupId: io.github.jorgerojasdev
      • artifactId: hexagonal-reactive-archetype
      • version: 0.0.1

    • Eclipse: Go New -> Project -> Maven Project -> Next -> Add Archetype And set the following values:
      • groupId: io.github.jorgerojasdev
      • artifactId: hexagonal-reactive-archetype
      • version: 0.0.1

    • Command Line: Go to the destination folder of the new project on terminal and use next command:
      mvn archetype:generate                                    \
        -DarchetypeGroupId=io.github.jorgerojasdev              \
        -DarchetypeArtifactId=hexagonal-reactive-archetype      \
        -DarchetypeVersion=0.0.1                                \
        -DgroupId=<your groupId>                                \
        -DartifactId=<your artifactId>
      

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published