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 })
0 Yorumlar