IdentityServer4ProtectSpringbootApi icon indicating copy to clipboard operation
IdentityServer4ProtectSpringbootApi copied to clipboard

Example update

Open MichalJana opened this issue 4 years ago • 2 comments

Hi, can you please update this example according to changes in SpringBoot security and deprecation of @EnableResourceServer and other methods. Thx.

MichalJana avatar May 06 '20 09:05 MichalJana

Tell me your SpringBoot security version. @MichalJana

lousaibiao avatar May 09 '20 08:05 lousaibiao

Sorry for the late reply:

```

<groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> 2.2.6.RELEASE <groupId>org.springframework.security.oauth.boot</groupId> <artifactId>spring-security-oauth2-autoconfigure</artifactId> 2.2.6.RELEASE <groupId>org.springframework.security.oauth</groupId> <artifactId>spring-security-oauth2</artifactId> 2.4.1.RELEASE

MichalJana avatar May 30 '20 10:05 MichalJana