Swagger description

This commit is contained in:
MaxKey 2022-08-08 17:37:28 +08:00
parent bf2401ac7d
commit 6c9fb38e24
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ public class SwaggerConfig {
).
externalDocs(
new ExternalDocumentation()
.description("MaxKey.top contact maxkeysupport@163.com")
.description("MaxKey.top contact support@maxsso.net")
.url("https://www.maxkey.top/")
);
}

View File

@ -26,7 +26,7 @@ import org.springframework.security.core.Authentication;
/**
* SamlSingleLogout
* https://apereo.github.io/cas/6.2.x/installation/Logout-Single-Signout.html
* https://apereo.github.io/cas/6.5.x/installation/Logout-Single-Signout.html
* @author Crystal.Sea
*
*/