gradle build

gradle build
This commit is contained in:
shimingxy
2019-11-10 12:38:42 +08:00
parent c07aea5788
commit ba66c919f0
48 changed files with 1416 additions and 59 deletions

View File

@@ -0,0 +1,7 @@
Manifest-Version: 1.0
Implementation-Title: maxkey-protocol-tokenbased
Implementation-Version: 1.0.0.RELEASE
Implementation-Date: 2019-11-10T12:35:40.220+08:00[Asia/Shanghai]
Created-By: org.maxkey
Implementation-Vendor: https://github.com/shimingxy/MaxKey

View File

@@ -41,7 +41,7 @@ public class TokenBasedAuthorizeEndpoint extends AuthorizeBaseEndpoint{
@Autowired
ApplicationConfig applicationConfig;
@RequestMapping("/authorize/tokenbased/{id}")
@RequestMapping("/authz/tokenbased/{id}")
public ModelAndView authorize(
HttpServletRequest request,
HttpServletResponse response,