Reddit clone built using Spring Boot, Spring Security with JPA Authentication, Spring Data JPA with MySQL, Spring MVC. The frontend is built using Angular - You can find the frontend source code here - https://github.com/SaiUpadhyayula/angular-reddit-clone
- Updated to latest spring boot version - 2.6.2
- Added 'spring-boot-starter-validation' dependency in pom.xml file to support Java Bean Validation annotations.
- IMPORTANT: Removed Legacy JWT Authentication Mechanism and replaced it with latest Spring Security JWT Support.
- Adapted SecurityConfig.java class according to latest Spring Security configuration settings, see method configure(AuthenticationManagerBuilder) inside SecurityConfig.java class
- Set spring.jpa.open-in-view property as false.
This source code is used as a starting point for my other tutorials which shows how to deploy the Spring Boot and Angular app to Heroku and Testing Spring boot applications:
The complete source code for the can be found at https://github.com/SaiUpadhyayula/spring-reddit-clone-heroku-deployment
The complete source code for the can be found at https://github.com/SaiUpadhyayula/spring-boot-testing-reddit-clone
https://github.com/SaiUpadhyayula/angular-reddit-clone
- Home Page
- View Post Page
- Create Post Page
- Create Subreddit Page
- User Profile Page