79364422

Date: 2025-01-17 10:27:30
Score: 0.5
Natty:
Report link

Another issue could be that the name of the class is different from that in the SpringApplication.run() argument, this was the case for me.

public class Chat {
    public static void main(String[] args) {
        SpringApplication.run(WebSocketConfig.class, args);
    }
}   

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ukpa Uchechi