Код: Выделить всё
org.springdoc
springdoc-openapi-starter-webmvc-ui
2.5.0
org.springdoc
springdoc-openapi-ui
1.8.0
Код: Выделить всё
@SpringBootApplication
public class Application {
public static void main(String[] args) throws Exception {
SpringApplication.run(Application.class, args);
}
Код: Выделить всё
public class Server {
public static void main(String[] args) {
try {
Application.main(args); // calls the Application class defined earlier
Код: Выделить всё
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Подробнее здесь: https://stackoverflow.com/questions/783 ... ing-boot-3