move customise oauth2 requests

This commit is contained in:
DOHA 2018-11-25 14:55:27 +02:00
parent b340cad28d
commit cb840c6224
4 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,7 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.thymeleaf.extras</groupId> <groupId>org.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-springsecurity4</artifactId> <artifactId>thymeleaf-extras-springsecurity5</artifactId>
</dependency> </dependency>
<!-- oauth2 --> <!-- oauth2 -->
@ -66,6 +66,7 @@
</dependencies> </dependencies>
<properties> <properties>
<spring-boot.version>2.1.0.RELEASE</spring-boot.version>
<oauth-auto.version>2.0.1.RELEASE</oauth-auto.version> <oauth-auto.version>2.0.1.RELEASE</oauth-auto.version>
<start-class>com.baeldung.oauth2.SpringOAuthApplication</start-class> <start-class>com.baeldung.oauth2.SpringOAuthApplication</start-class>
</properties> </properties>