spring framework tutorial

Assign value to static variables from application.properties in Spring Boot ?

This tutorial guides you on how to assign value to static variables and local variables from application.properties file in Spring Boot application. You will also learn how to use @ConfigurationProperties approach to define properties. Spring Boot : Assign value to… Read More!

Websocket connection closed automatically – keepalive Ping example

Websocket connection closed automatically – keepalive Ping example

This tutorial guides you on how to handle Websocket connection closed automatically when there is not data transfer from the client to the server. Let’s learn how to implement keepalive with example. Therefore the Websocket connection will not get closed even… Read More!