From da3ead8c7382f97cc1d4196546f195168e38e357 Mon Sep 17 00:00:00 2001 From: Mert Zeybekler Date: Thu, 5 Apr 2018 14:51:01 +0300 Subject: [PATCH] Java syntax highlighting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 273a8aa..c009d59 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Dependencies listed below; ### Installing Implementation follows the same directory structure with token store examples provided by [spring-security-oauth](https://github.com/spring-projects/spring-security-oauth/tree/master/spring-security-oauth2/src/main/java/org/springframework/security/oauth2/provider/token/store). You can simply copy this repository and autowire *CassandraTokenStore* into [AuthorizationServerEndpointsConfigurer.tokenStore(TokenStore)](https://docs.spring.io/spring-security/oauth/apidocs/org/springframework/security/oauth2/config/annotation/web/configurers/AuthorizationServerEndpointsConfigurer.html) -``` +```java @Configuration public class AuthorizationServerConfiguration extends AuthorizationServerConfigurerAdapter {