JSD-9151 OAuth2单点
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
169 B

package com.fr.plugin.xxxx.sso;
/**
* @author fr.open
* @since 2021/12/04
*/
public interface PluginConstants {
String PLUGIN_ID = "com.fr.plugin.xxxx.sso";
}