deps: add spring-boot-starter-security-oauth2-resource-server
This commit is contained in:
parent
cb9bfccb8b
commit
f573ae19d0
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ dependencies {
|
||||||
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
|
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
|
||||||
implementation 'org.springframework.boot:spring-boot-starter-flyway'
|
implementation 'org.springframework.boot:spring-boot-starter-flyway'
|
||||||
implementation 'org.springframework.boot:spring-boot-starter-security'
|
implementation 'org.springframework.boot:spring-boot-starter-security'
|
||||||
|
implementation 'org.springframework.boot:spring-boot-starter-security-oauth2-resource-server'
|
||||||
implementation 'org.springframework.boot:spring-boot-starter-validation'
|
implementation 'org.springframework.boot:spring-boot-starter-validation'
|
||||||
implementation 'org.springframework.boot:spring-boot-starter-webmvc'
|
implementation 'org.springframework.boot:spring-boot-starter-webmvc'
|
||||||
implementation 'org.flywaydb:flyway-mysql'
|
implementation 'org.flywaydb:flyway-mysql'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue