@@ -31,6 +31,6 @@ CREATE TABLE `oauth_client_details` (
3131-- ----------------------------
3232-- Records of oauth_client_details
3333-- ----------------------------
34- INSERT INTO ` oauth_client_details` VALUES (1 , ' webApp' , NULL , ' $2a$10$06msMGYRH8nrm4iVnKFNKOoddB8wOwymVhbUzw/d3ZixD7Nq8ot72' , ' webApp' , ' app' , ' authorization_code,password,refresh_token,client_credentials,implicit,password_code,openId,mobile_password' , ' http://127.0.0.1:8082/callback.html' , NULL , 3600 , NULL , ' {"LOGOUT_NOTIFY_URL_LIST":"http://127.0.0.1:8082/logoutNotify"}' , ' true' , NULL , NULL , ' pc端' , 1 , 60 );
35- INSERT INTO ` oauth_client_details` VALUES (2 , ' app' , NULL , ' $2a$10$i3F515wEDiB4Gvj9ym9Prui0dasRttEUQ9ink4Wpgb4zEDCAlV8zO' , ' app' , ' app' , ' authorization_code,password,refresh_token' , ' http://127.0.0.1:8081/callback.html' , NULL , 3600 , NULL , ' {"LOGOUT_NOTIFY_URL_LIST":"http://127.0.0.1:8081/logoutNotify"}' , ' true' , NULL , NULL , ' 移动端' , 1 , 60 );
36- INSERT INTO ` oauth_client_details` VALUES (3 , ' zlt' , NULL , ' $2a$10$/o.wuORzVcXaezmYVzwYMuoY7qeWXBALwQmkskXD/7C6rqfCyPrna' , ' zlt' , ' all' , ' authorization_code,password,refresh_token,client_credentials' , ' http://127.0.0.1:8080/singleLogin' , NULL , 3600 , 28800 , ' {}' , ' true' , ' 2018-12-27 00:50:30' , ' 2018-12-27 00:50:30' , ' 第三方应用' , 1 , 60 );
34+ INSERT INTO ` oauth_client_details` VALUES (1 , ' webApp' , NULL , ' $2a$10$06msMGYRH8nrm4iVnKFNKOoddB8wOwymVhbUzw/d3ZixD7Nq8ot72' , ' webApp' , ' app' , ' authorization_code,password,refresh_token,client_credentials,implicit,password_code,openId,mobile_password' , ' http://127.0.0.1:8082/callback.html' , NULL , 3600 , NULL , ' {"LOGOUT_NOTIFY_URL_LIST":"http://127.0.0.1:8082/logoutNotify"}' , ' true' , NULL , NULL , ' pc端' , 1 , 60 , 1 );
35+ INSERT INTO ` oauth_client_details` VALUES (2 , ' app' , NULL , ' $2a$10$i3F515wEDiB4Gvj9ym9Prui0dasRttEUQ9ink4Wpgb4zEDCAlV8zO' , ' app' , ' app' , ' authorization_code,password,refresh_token' , ' http://127.0.0.1:8081/callback.html' , NULL , 3600 , NULL , ' {"LOGOUT_NOTIFY_URL_LIST":"http://127.0.0.1:8081/logoutNotify"}' , ' true' , NULL , NULL , ' 移动端' , 1 , 60 , 1 );
36+ INSERT INTO ` oauth_client_details` VALUES (3 , ' zlt' , NULL , ' $2a$10$/o.wuORzVcXaezmYVzwYMuoY7qeWXBALwQmkskXD/7C6rqfCyPrna' , ' zlt' , ' all' , ' authorization_code,password,refresh_token,client_credentials' , ' http://127.0.0.1:8080/singleLogin' , NULL , 3600 , 28800 , ' {}' , ' true' , ' 2018-12-27 00:50:30' , ' 2018-12-27 00:50:30' , ' 第三方应用' , 1 , 60 , 1 );
0 commit comments