Spring-Boot-Blog-REST-API
Spring-Boot-Blog-REST-API copied to clipboard
Restful CRUD Blog API using Spring Boot, Spring Security, JWT, Mysql, JPA
**Describe the bug** Cloned the repo and followed the readme but I get 401 error. Screenshot is attached. **To Reproduce** Steps to reproduce the behavior: 1. Follow the Readme. 2....
I am new for REST APi's. I am using your project to learn the API's .I am trying to add versioning support for REST API's in your project. I choose...
> SecurityConfig.java ``` @Configuration public class SecurityConfig extends WebSecurityConfigurerAdapter{ //is deprecated } ```
Hi, I hope this repo is still maintained. I have a suggestion that can be useful for developers: add light comments documentation on top of each method, explaining what it...
feature/api-documentation- Add OpenAPI (Swagger) UI for API Documentation in Spring Boot Application
### **Description:** This pull request integrates OpenAPI (formerly Swagger) UI into our Spring Boot application to enhance API documentation. ### **Changes Included:** 1. Added OpenAPI Dependencies: Included dependencies for OpenAPI...