Tag Archives Spring

swagger-ui I have not developed Spring web applications from scratch for one year and maybe this period of time will be even longer if I was not involved in training for QA automation engineers. Due to this reason I have developed a sample REST-applications. Everything were pretty familiar to me except Swagger. So I'm going to describe my new acquired experience with Spring Boot and Swagger UI.

Spring-Framework-Logo We live in a nice time, when you can develop a Spring application using java based configuration. No redundant XML code any more, just pure java code. In this article I want to discuss a popular topic about session management in Spring applications. If to be more precise I'm going to talk about a session timeout in java configuration style.

Close