You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository, SpringBoot Annotations, is a concise showcase of essential Spring Boot annotations. Learn to configure REST endpoints, perform dependency injection, and use services and repositories effectively. Level up your Spring Boot skills with this handy reference.
A demo project on Spring MVC to understand and implement the application of DispatcherServlet, ModelAndView and Java based Spring Annotions for configuration to perform the save(crud) operation
Pattern pet project. Well-written simple Spring Boot application with correct examples of unit and integration tests. Without Spring Security and testcontainers (see them in next projects)
Processing a JSON object containing details of a product, and its' attributes (formatting, filter invalid values, sorting attributes). Code written with attention to OO design pattern best practices, Spring annotations and Java 8 lambdas
A Java 1.8 library enhancing Spring Boot applications with a comprehensive set of annotations and pointcuts. It simplifies aspect-oriented programming by providing an opinionated framework for cleaner and more maintainable code, enabling developers to leverage the full power of Spring with minimal boilerplate.