By the time spring arrives, many of us are ready to put our slow cookers away and welcome some brighter flavors. Spring is such a beautiful season (hello, flowers!), but it can also be a busy time. In ...
The goal of this example project is to demonstrate how a single page application (SPA) can be embedded in a Spring Boot web application while dealing with the following challenges: Main HTML document ...
Added Sprinb Boot Devtools to auto reload the application on class changes.
Setting up authentication and access control in Spring Security is painstaking, but you can draw on very powerful capabilities. Here’s how to get started. Securing web applications is an inherently ...
In spring security bydefault the csrf protect in on. As a result it asks for token during login and other requests. Although its not a good practise to disable the protection but we can do it. As we ...