Jakarta EE Tools and Applications
Project contains examples for Jakarta EE classes conducted at the Gdańsk University of Technology.
Requirements
The list of tools required to build and run the project:
- Open JDK 11.x+
- Apache Maven 3.5.x+
Building
In order to build project use:
mvn clean package
If your default java
is not from JDK 11 or higher use:
JAVA_HOME=<path_to_jdk_home> mvn package
License
Project is licensed under the MIT license.
Copyright © 2020, Michał Wójcik