Online bug tracking system for projects.
- Open the
applicationfolder in an IDE like VSCode / IntelliJ IDEA Ultimate / STS etc. or in a terminal - Run the Maven build task
compile war:explodedorcompile war:war, depending on whether awarorexploded waris to be built. This can also be achieved by running the VSCode build task from the command menu, or by running.\mvnw compile war:explodedin the terminal. - Add the folder/WAR inside
targetfolder deployment to a server like Apache Tomcat, Pivotal TC, Jetty etc. - Visit the deployment's home page.