/springboot-war-helloworld

War HelloWorld on Spring Boot

Primary LanguageJavaMIT LicenseMIT

War HelloWorld on Spring Boot

Feature tags

  • maven
  • spring-boot
  • starter
  • template
  • war

Direct ancestor

- war

Direct descendants


Author

Alexander Lapygin <alexanderlapygin@gmail.com>


Requirements


Run

  1. Build the WAR file by running the Maven command:
mvn clean package
  1. Copy the resulting springboot-war-helloworld.war file to the webapps directory of your Tomcat server.

  2. Start the Tomcat server by executing the appropriate startup script for your operating system. For example, run startup.sh (for Unix) or startup.bat (for Windows).

  3. After Tomcat starts successfully, your application will be accessible at http://localhost:8080/springboot-war-helloworld/hello.

License

Licensed under the MIT license


SOFTSPIDERS