在授权服务器中添加授权模式
AuthorizationServerConfig.java

				//授权模式:密码模式,刷新令牌,授权码模式
				.authorizedGrantTypes("password", "refresh_token", "authorization_code");