https://github.com/devdhera/spring-boot-thymeleaf-starter
A Spring boot & thymeleaf starter that clones reddit
https://github.com/devdhera/spring-boot-thymeleaf-starter
spring-boot starter thymeleaf
Last synced: about 2 months ago
JSON representation
A Spring boot & thymeleaf starter that clones reddit
- Host: GitHub
- URL: https://github.com/devdhera/spring-boot-thymeleaf-starter
- Owner: DevDHera
- License: mit
- Created: 2018-12-05T15:01:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-17T15:33:09.000Z (over 7 years ago)
- Last Synced: 2025-03-30T23:15:34.270Z (about 1 year ago)
- Topics: spring-boot, starter, thymeleaf
- Language: Java
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Spring Boot - Thymeleaf Starter
This is a beginners guide to `Spring-boot` by building a **Reddit** Clone. Feel free to expand your knowledge using this project :heart:
## Getting Started
You can start using [this](https://github.com/DevDHera/Spring-Boot-Thymeleaf-Starter) starter by cloning repo.
```sh
git clone https://github.com/DevDHera/Spring-Boot-Thymeleaf-Starter.git
```
### Prerequisites
If you are a novice to the Java community please install [Java](https://www.java.com/en/download/help/download_options.xml) in your machine.
That's it :grin:
## Built With
* [Spring Boot 2](http://spring.io/projects/spring-boot)
* [Spring Framework 5](http://spring.io/projects/spring-framework)
## Contributing
Please read [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) for details on our code of conduct, and the process for submitting pull requests to us.
## Authors
* **Devin Herath** - [95Revolution](https://www.95revolution.com/)
See also the list of [contributors](https://github.com/DevDHera/Spring-Boot-Thymeleaf-Starter/graphs/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details
## Acknowledgments
* Thank you PurpleBooth for the [README Template](https://gist.github.com/PurpleBooth/109311bb0361f32d87a2)
* Thank you to the Spring Boot team for the awesome framework!