mkdir ui
, cd ui curl https://start.spring.io/starter.tgz -d style=web -d name=simple | tar -xzvf -
Securing the application with GitHub and Spring Security
To make the application secure, you can simply add Spring Security as a dependency.
org.springframework.boot spring-boot-starter-oauth2-client