biz oauth调用随笔
demo模块下添加:
net.dreamlu
mica-http
1.1.5
DemoController添加:
/**
* code模式:访问地址:http://localhost:8100/oauth/authorize?client_id=saber&redirect_uri=http://localhost:8200/demo/code&response_type=code
*
* @param authentication
*
* @return
*/
@GetMapping("/code")
public R
code模式地址:code模式
密码模式地址:密码模式