From cab222059c38285b4232e5aa5309990c26600958 Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Mon, 22 Jul 2019 15:29:48 +0800 Subject: [PATCH] =?UTF-8?q?:recycle:=20=E6=B7=BB=E5=8A=A0=E6=B3=A8?= =?UTF-8?q?=E8=A7=A3=EF=BC=8C=E6=96=B9=E4=BE=BF=20justauth-spring-boot-sta?= =?UTF-8?q?rter=20=E7=9B=B4=E6=8E=A5=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/me/zhyd/oauth/config/AuthConfig.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/java/me/zhyd/oauth/config/AuthConfig.java b/src/main/java/me/zhyd/oauth/config/AuthConfig.java index 2e65bcd..6e72e82 100644 --- a/src/main/java/me/zhyd/oauth/config/AuthConfig.java +++ b/src/main/java/me/zhyd/oauth/config/AuthConfig.java @@ -1,7 +1,6 @@ package me.zhyd.oauth.config; -import lombok.Builder; -import lombok.Getter; +import lombok.*; /** * JustAuth配置类 @@ -11,7 +10,10 @@ import lombok.Getter; * @since 1.8 */ @Getter +@Setter @Builder +@NoArgsConstructor +@AllArgsConstructor public class AuthConfig { /** -- GitLab