Skip to content

fsutter/maven-archetype-war-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Name

Simple maven archetype for creating a web application.

Table of contents

General info

Add more general information about project. What the purpose of the project is? Motivation?

Technologies

  • Jersey - version 2.29.1
  • Swagger Jersey2 JAXRS - version 1.5.23
  • Swagger UI - version 3.23.8
  • SnakeYAML - version 1.25
  • CORS filter - version 2.8
  • Jasypt - version 1.9.3

Setup

mvn install

Usage

  • Create the project:

    • Eclipse/IntelliJ IDEA: use your favorite IDE to create a new Maven project with ws.sutter.archetypes as Group Id and maven-archetype-war-simple as Artifact Id.
    • Manually:
    mvn archetype:generate\
      -DgroupId=[your project's group id]\
      -DartifactId=[your project's artifact id]\
      -DarchetypeGroupId=ws.sutter.archetypes\
      -DarchetypeArtifactId=maven-archetype-war-simple
    
  • Run the project in jetty:

mvn package jetty:run-war

Features

List of features ready and TODOs for future development

  • Awesome feature 1
  • Awesome feature 2
  • Awesome feature 3

To-do list:

  • Wow improvement to be done 1
  • Wow improvement to be done 2

Status

Project is: in progress

Inspiration

This project is inspired by Guide to Creating Archetypes from Apache.

Contact

Created by @fsutter - feel free to contact me!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published