Skip to content

Instantly share code, notes, and snippets.

@lexblay
Last active April 5, 2020 00:51
Show Gist options
  • Save lexblay/f31b2bacc935f88e960081cfd3cd96f0 to your computer and use it in GitHub Desktop.
Save lexblay/f31b2bacc935f88e960081cfd3cd96f0 to your computer and use it in GitHub Desktop.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment