There was an error while loading. Please reload this page.
1 parent 2becec3 commit 762e24eCopy full SHA for 762e24e
spring-boot-admin-docs/src/main/asciidoc/index.adoc
@@ -51,7 +51,7 @@ First you need to setup your server. To do this just setup a simple boot project
51
@EnableAdminServer
52
public class SpringBootAdminApplication {
53
public static void main(String[] args) {
54
- SpringApplication.run(Application.class, args);
+ SpringApplication.run(SpringBootAdminApplication.class, args);
55
}
56
57
----
0 commit comments