Logs using SpringBoot
Web Socket Config
package com.example.logdemo.config;
import org.springframework.context.annotation.Configuration;
import org.springframework.messaging.simp.config.MessageBrokerRegistry;
import org.springframework.web.socket.config.annotation.Enable...
coderzspot.hashnode.dev2 min read