Remove "Using default security password" on Spring Boot

 


Hello,

If you get information like the title and your project is redirected to http://localhost:8080/login when it first runs, you can find the solution by changing the @SpringBootApplication annotation as follows.


@SpringBootApplication(exclude = {SecurityAutoConfiguration.class })

Yorum Gönder

0 Yorumlar