Creating the application class

Lastly, create the application class, named SpringSecurityOAuth2Application.kt, which will convert your application into a SpringBoot application:

@SpringBootApplication
class SpringSecurityOAuth2Application

fun main(args: Array<String>) {
runApplication<SpringSecurityOAuth2Application>(*args)
}
..................Content has been hidden....................

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