Name: Fakhruddin Shaik
Student ID: M15139187
This is a basic Spring Boot web application that demonstrates routing with a controller and multiple pages.
The application includes:
- A homepage (
/) that displays a hello message with my full name. - An about page (
/about) that displays my student information (name, ID, bio, contact).
- Java
- Spring Boot
- Spring Web
- Thymeleaf
- Maven
-
Clone the repository:
git clone https://github.com/fakhrushaik/SpringBoot_Lab1.git cd SpringBoot_Lab1 -
Run the Application
mvn spring-boot:run
-
Open in your browser:
- http://localhost:8081/ → Homepage
- http://localhost:8081/about → About page
-
Homepage (index.html):
Displays: “Hello, my name is Fakhruddin Shaik.” -
About Page (about.html):
Displays:- Full name: Fakhruddin Shaik
- Student ID: M15139187
- Short bio (1–2 sentences)
- Contact details (email, GitHub)