Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

compile('org.springframework.

boot:spring-boot-starter-data-jpa')
compile('org.springframework.data:spring-data-jpa')
compile('org.springframework.cloud:spring-cloud-starter-eureka')
compile('io.springfox:springfox-swagger-ui:2.6.1')
compile('io.springfox:springfox-swagger2:2.6.1')
compile('org.springframework.security.oauth:spring-security-oauth2')
compile('org.springframework.security:spring-security-jwt')
testCompile('org.springframework.boot:spring-boot-starter-test')

You might also like