Must install
Recommend install
- VS Code
- This project has no any dependency on develop IDE.
- You also free to use others what you want.
- For example IntelliJ, Eclipse, Atom, etc...
- open TERMINAL
- input maven command
.\mvnw clean package
- WAR deploy into WAS /target/{name}-{version}.war.original (remove {.original})
- Caution
- Extends Webapp Location is optional
Windows
- open TERMINAL
- java command to run
java -jar {name}-{version}.war
- Crtl + C or Close console to stop
Linux
- open TERMINAL
- java command to run
nohup java -jar {name}-{version}.war &
ZIONEX LICENSE