to make it short, the next code import java.sql.*; public class Prueba{` public static String user=”Boss”; public static String pass=”123456″; public static …
Tag: localhost
How do I avoid the white label error(404) on localhost:8080?
I have been looking around here and in other forums for hours and I still haven’t found what I am doing wrong. I have built a simple Spring-Boot application with MongoDB and I have no errors in the console when i run it but i keep getting the white label error no matter what I do. My main and controller