This is an introduction to the Spring Boot framework and part of the Java development course at the Vistula University. The repository contains a simple web application which greets the user visiting the /greeting page.
- OpenJDK 21
- Maven
From the repository root:
- Install dependencies and compile.
mvn install- Run the web server.
java -jar target/first-project-java-spring-0.0.1-SNAPSHOT.jar- Visit
http://localhost:8080on your browser.
GET / A static generic hello Vistula page.
None
http code content-type response body 200text/html;charset=UTF-8HTML page