仪表盘
版本库
文件存储
活动
搜索
登录
main
/
mom-pro2-after
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
Merge branch 'dev_business' of http://114.132.189.42:9002/r/mom-pro2-after ...
liyong
2026-07-10
80ddf4c9c0bcb0f6c31524e0d9f5599c8001e904
[mom-pro2-after.git]
/
yudao-module-system
/
src
/
main
/
java
/
cn
/
iocoder
/
yudao
/
module
/
system
/
enums
/
oauth2
/
OAuth2ClientConstants.java
1
2
3
4
5
6
7
8
9
10
11
12
package cn.iocoder.yudao.module.system.enums.oauth2;
/**
* OAuth2.0 客户端的通用枚举
*
* @author 芋道源码
*/
public interface OAuth2ClientConstants {
String CLIENT_ID_DEFAULT = "default";
}