META-INF.additional-spring-configuration-metadata.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kisso Show documentation
Show all versions of kisso Show documentation
An enhanced toolkit of SSO to simplify development.
{
"groups": [
{
"sourceType": "com.baomidou.kisso.starter.KissoProperties",
"name": "kisso",
"type": "com.baomidou.kisso.starter.KissoProperties"
},
{
"sourceType": "com.baomidou.kisso.starter.KissoProperties",
"name": "kisso.config",
"sourceMethod": "getConfig()",
"type": "com.baomidou.kisso.SSOConfig"
}
],
"properties": [
{
"sourceType": "com.baomidou.kisso.SSOConfig",
"name": "kisso.config.sign-algorithm",
"defaultValue": "HS512",
"description": "token sign algorithm.",
"type": "java.lang.String"
}
]
}