Skip to content

Instantly share code, notes, and snippets.

@DouglasOliveira10
Last active October 7, 2018 20:01
Show Gist options
  • Save DouglasOliveira10/61eb8b202fca7fa0bed344978a1d4556 to your computer and use it in GitHub Desktop.
Save DouglasOliveira10/61eb8b202fca7fa0bed344978a1d4556 to your computer and use it in GitHub Desktop.
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.5.RELEASE</version>
</parent>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment