Spring Boot run class

There is nothing special in this Spring Boot run class, as shown in the following code snippet:

@SpringBootApplication
public class OAuthAuthorizationServerRun extends SpringBootServletInitializer {
public static void main(String[] args) {
SpringApplication.run(OAuthAuthorizationServerRun.class, args);
}
}
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.219.44.108