Commit 762e24ef by BenoitCharret Committed by Johannes Edmeier

Fix error in the getting started examples

parent 2becec3e
......@@ -51,7 +51,7 @@ First you need to setup your server. To do this just setup a simple boot project
@EnableAdminServer
public class SpringBootAdminApplication {
public static void main(String[] args) {
SpringApplication.run(Application.class, args);
SpringApplication.run(SpringBootAdminApplication.class, args);
}
}
----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment