1. Install ezyfox-server-archetype follow this tutorial

  2. On Eclipse, create a maven project with ezyfox-server-archetype

    Create a maven project with ezyfox-server-archetype
  3. Enter the project's group id, artifact id, version and packge. Let's say:

    - Group Id: com.example
    - Artifact Id: simple-chat
    - Version: 0.0.1
    - Package: com.example.simple_chat
    
    Enter the project information
  4. Click Finish and you have 5 projects

Created projects