Skip to content

Instantly share code, notes, and snippets.

@rajeevshukla
Last active April 30, 2020 05:13
Show Gist options
  • Select an option

  • Save rajeevshukla/5f54cc2479d1cb781b85a12c3e57dd41 to your computer and use it in GitHub Desktop.

Select an option

Save rajeevshukla/5f54cc2479d1cb781b85a12c3e57dd41 to your computer and use it in GitHub Desktop.
Maven Dependency
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-oauth2-client</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-jasper</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment