Skip to content

Commit

Permalink
解决docker部署下新浪微博绑定与解绑失败问题
Browse files Browse the repository at this point in the history
  • Loading branch information
longfeizheng committed Apr 1, 2018
1 parent f031b11 commit 8d1f588
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file modified docker-app-1/spring-security.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion src/main/resources/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ create table UserConnection (userId varchar(255) not null,
secret varchar(512),
refreshToken varchar(512),
expireTime bigint,
primary key (userId, providerId, providerUserId));
primary key (userId, providerId, providerUserId))
ENGINE=InnoDB DEFAULT CHARSET=utf8;
create unique index UserConnectionRank on UserConnection(userId, providerId, rank);

DROP TABLE IF EXISTS `persistent_logins`;
Expand Down

0 comments on commit 8d1f588

Please sign in to comment.