未验证 提交 2abca4f1 编写于 作者: 智布道's avatar 智布道 👁 提交者: GitHub

Merge pull request #4 from xkcoding/patch-3

gitignore文件更新,AuthConfig 添加 set 方法支持作为外部配置类
......@@ -26,3 +26,5 @@ hs_err_pid*
.idea
*.iml
*.sh
target
\ No newline at end of file
package me.zhyd.oauth.config;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.*;
/**
* JustAuth配置类
......@@ -12,6 +9,7 @@ import lombok.NoArgsConstructor;
* @version 1.0
* @since 1.8
*/
@Setter
@Getter
@Builder
@NoArgsConstructor
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册