A simple beginner project for eniLINK web applications.
- This is a plain Maven project
- a full build can be executed via
mvn package
- change to the folder
launch
- run
mvn test -Pconfigure -DskipTests
to initialize or update a launch configuration - run
mvn test
to (re-)start the eniLINK platform - The application should now be available at: http://localhost:8080/beginner/
- The project can be developed with any IDE supporting Java and Scala projects
- IDEA:
File > Project from existing sources...
- Eclipse:
File > Import > Maven > Existing Maven Projects