- Installed Java Runtime - 11 or higher
- Free TCP port - 8080
- Installed Java Runtime - 11 or higher
- Installed Apache Maven
- Download package from GitHub packages repository under link.enumearble-entity.financy group id.
-
- Double-click on downloaded package with
*.jar
extension.In this case, there is no visible reaction happen. But in task manager should appear "Java(TM) Platform SE binary" process. That mean that application is, probably, up-and-run
- Or, open terminal in folder that contains the
package
and type command :java -jar .\financy-{version}.jar
- Double-click on downloaded package with
-
- Open terminal in folder that contains the
package
and type command :java -jar financy-{version}.jar
- Open terminal in folder that contains the
- In root directory of project, that contains
pom.xml
file, open terminal and run Maven taskCompiled and ready to run artifact will be placed undermvn package
target
directory.
Artur Babii – @LinkedIn – [email protected]