Commit db97a2bf by yuwei

项目初始化

parent 2a1ac326
...@@ -60,6 +60,10 @@ public class AuthorizationServerConfig extends AuthorizationServerConfigurerAdap ...@@ -60,6 +60,10 @@ public class AuthorizationServerConfig extends AuthorizationServerConfigurerAdap
*/ */
@Override @Override
public void configure(ClientDetailsServiceConfigurer clients) throws Exception { public void configure(ClientDetailsServiceConfigurer clients) throws Exception {
// 默认数据库的配置
// datax:123456
// normal-app:normal-app
// trusted-app:trusted-app
clients.jdbc(dataSource).clients(clientDetails()); clients.jdbc(dataSource).clients(clientDetails());
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment