Skip to content
/ emapp Public

Studying the design of a user creation web application

Notifications You must be signed in to change notification settings

gicappa/emapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EmApp

This is just a design study. It is not pseudo code but the intent is the same: I just wanted to study the design of the creation of a user that receives in input also some roles that needs to be checked the existence for.

Maven Lifecycle

To build and run the all the tests use:

$ mvn verify

While to launch only the unit tests:

$ mvn clean install -Punit-tests-only

While to launch only the integration tests:

$ mvn clean install -Pintegration-tests-only

Running the application

To run the application, you need to build it using maven and then to launch the command:

$ java -jar emapp.jar

About

Studying the design of a user creation web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published