Update README.md

Fixed SpringApplicationRun for spring boot starter readme as well
This commit is contained in:
Rumen Nikiforov 2020-06-15 11:53:37 +03:00 committed by GitHub
parent 129c6d0c2f
commit 7c993feaeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ public class YourApplicationMainClass {
//Add this line to initialize bots context
ApiContextInitializer.init();
SpringApplication.run(MusicUploaderApplication.class, args);
SpringApplication.run(YourApplicationMainClass.class, args);
}
}
```