https://github.com/aytekinkaplan/thymeleaf_conditionals
Spring Boot MVC Project
https://github.com/aytekinkaplan/thymeleaf_conditionals
annotations css3 html html-css-javascript html5 java java-8 java-maven-ecs javascript maven oop pojo spring-boot
Last synced: about 2 months ago
JSON representation
Spring Boot MVC Project
- Host: GitHub
- URL: https://github.com/aytekinkaplan/thymeleaf_conditionals
- Owner: aytekinkaplan
- Created: 2024-04-08T15:43:07.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T05:23:04.000Z (about 2 years ago)
- Last Synced: 2025-03-14T20:46:11.673Z (about 1 year ago)
- Topics: annotations, css3, html, html-css-javascript, html5, java, java-8, java-maven-ecs, javascript, maven, oop, pojo, spring-boot
- Language: Java
- Homepage:
- Size: 161 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Thymeleaf Conditionals Example
This repository contains an example Spring Boot project focusing on the usage of conditionals in Thymeleaf templates.
It also demonstrates how to manipulate data from Java POJO classes and transfer it to an HTML table structure using Thymeleaf.
## Introduction
In this project, I've explored the usage of conditionals in Thymeleaf templates within a Spring Boot application.
I've also learned how to retrieve data from Java POJO classes and present it in an HTML table format using Thymeleaf.
By working on this project, I've gained hands-on experience with Thymeleaf, Spring Boot, and data manipulation techniques.
## Features
- Demonstrates usage of conditionals in Thymeleaf templates.
- Utilizes Java POJO classes to retrieve data.
- Presents data in an HTML table format using Thymeleaf.
## Getting Started
To run this project locally, follow these steps:
1. Clone this repository to your local machine:
```bash
git clone https://github.com/aytekinkaplan/thymeleaf_conditionals.git
1.Navigate to the project directory:
cd thymeleaf_conditionals
2.Build the project using Maven:
mvn clean package
3.Run the Spring Boot application:
java -jar target/thymeleaf-conditionals-1.0.jar
Once the application is running, open a web browser and visit http://localhost:8080 to view the application.
Contribution
Contributions to this project are welcome! If you have any suggestions, improvements, or feature requests, feel free to submit a pull request.
If you have any specific updates or modifications you'd like to make, feel free to let me know!