Hello
I have the following problem in my application. After running the main method below and typing in the browser the address of my application localhost: 9090 / restauranteWeb is opening a popUp requesting user and password, I thought it would be from tomcat, but my tomcat was installed without user and password. If someone has already gone through this and can help, I thank you!
@SpringBootApplication()
public class Application {
public static void main(String[] args) {
SpringApplication.run(Application.class, args);
}
}
PopUp that appears in the browser, the error in the background and then clicking cancel