提交 cb0bbdff 编写于 作者: zlt2000's avatar zlt2000

增加sql脚步

上级 91328ef6
......@@ -3,6 +3,16 @@
## oauth-center数据库执行以下sql
```sql
update oauth_client_details set
authorized_grant_types = 'authorization_code,password,refresh_token',
web_server_redirect_uri = 'http://127.0.0.1:8081/login.html'
where client_id = 'app'
```
## 启动以下服务
1. zlt-uaa:统一认证中心
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册