Skip to content

Commit 762e24e

Browse files
BenoitCharretjoshiste
authored andcommitted
Fix error in the getting started examples
1 parent 2becec3 commit 762e24e

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-admin-docs/src/main/asciidoc

1 file changed

+1
-1
lines changed

spring-boot-admin-docs/src/main/asciidoc/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ First you need to setup your server. To do this just setup a simple boot project
5151
@EnableAdminServer
5252
public class SpringBootAdminApplication {
5353
public static void main(String[] args) {
54-
SpringApplication.run(Application.class, args);
54+
SpringApplication.run(SpringBootAdminApplication.class, args);
5555
}
5656
}
5757
----

0 commit comments

Comments
 (0)