Commit 563cbc97 authored by Quxl's avatar Quxl

x

parent ee2c6dbb
......@@ -2,6 +2,8 @@ package com.egolm.sso.api;
import java.io.Serializable;
import com.alibaba.fastjson.JSON;
public class OAuthConfig implements Serializable{
private static final long serialVersionUID = 1874417633433974015L;
......@@ -52,4 +54,7 @@ public class OAuthConfig implements Serializable{
this.rediretUrl = rediretUrl;
}
public String toString() {
return JSON.toJSONString(this, true);
}
}
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