- Spring application initial and configuration classes
- controller with GET-method handler for the index page that returns recieved message
- index.jsp with linked css and javascript files
- Java 12
- Spring 5
- Maven
- Clone repo
git clone https://github.com/VladimirFrank/spring-web-application.git
- Build via Maven
mvn clean package
- Deploy the build application (%app_root_directory%/target/spring-web-application.war) to an Application Server (WildFly (JBoss), WebSphere, etc)
- Go to the index page with message parameter
http(s)://AS_IP:AS_WEB_PORT/spring-web-application/?message=Hola%20Worlda
- ...
- Profit!