1 Star 1 Fork 0

周魏/spring-security-samples

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
settings.gradle 4.20 KB
一键复制 编辑 原始数据 按行查看 历史
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
maven { url 'https://repo.spring.io/milestone' }
maven { url "https://repo.spring.io/snapshot" }
}
resolutionStrategy {
eachPlugin {
if (requested.id.id == "io.spring.javaformat") {
useModule "io.spring.javaformat:spring-javaformat-gradle-plugin:${requested.version}"
}
}
}
}
plugins {
id "com.gradle.enterprise" version "3.16.2"
id "io.spring.ge.conventions" version "0.0.15"
}
include ":reactive:rsocket:hello-security"
include ":reactive:webflux-fn:hello"
include ":reactive:webflux-fn:hello-security"
include ":reactive:webflux:java:authentication:one-time-token:magic-link"
include ":reactive:webflux:java:authentication:username-password:form"
include ":reactive:webflux:java:authentication:x509"
include ":reactive:webflux:java:hello"
include ":reactive:webflux:java:hello-security"
include ":reactive:webflux:java:hello-security-explicit"
include ":reactive:webflux:java:method"
include ":reactive:webflux:java:oauth2:login"
include ":reactive:webflux:java:oauth2:resource-server"
include ":reactive:webflux:java:oauth2:webclient"
include ":reactive:webflux:java:session-management:maximum-sessions"
include ":reactive:webflux:kotlin:hello-security"
include ":servlet:java-configuration:aspectj"
include ":servlet:java-configuration:authentication:preauth"
include ":servlet:java-configuration:authentication:remember-me"
include ":servlet:java-configuration:authentication:username-password:form"
include ":servlet:java-configuration:authentication:username-password:in-memory"
include ":servlet:java-configuration:authentication:username-password:jdbc"
include ":servlet:java-configuration:authentication:username-password:ldap"
include ":servlet:java-configuration:authentication:x509"
include ":servlet:java-configuration:data"
include ":servlet:java-configuration:hello-mvc-security"
include ":servlet:java-configuration:hello-security"
include ":servlet:java-configuration:hello-security-explicit"
include ":servlet:java-configuration:max-sessions"
include ":servlet:java-configuration:saml2:login"
include ":servlet:spring-boot:java:aot:data"
include ":servlet:spring-boot:java:authentication:username-password:user-details-service:custom-user"
include ":servlet:spring-boot:java:authentication:username-password:mfa"
include ":servlet:spring-boot:java:authentication:username-password:compromised-password-checker"
include ":servlet:spring-boot:java:authentication:one-time-token:magic-link"
include ":servlet:spring-boot:java:data"
include ":servlet:spring-boot:java:hello"
include ":servlet:spring-boot:java:hello-security"
include ":servlet:spring-boot:java:hello-security-explicit"
include ":servlet:spring-boot:java:jwt:login"
include ":servlet:spring-boot:java:ldap"
include ":servlet:spring-boot:java:oauth2:authorization-server"
include ":servlet:spring-boot:java:oauth2:login"
include ":servlet:spring-boot:java:oauth2:resource-server:hello-security"
include ":servlet:spring-boot:java:oauth2:resource-server:jwe"
include ":servlet:spring-boot:java:oauth2:resource-server:multi-tenancy"
include ":servlet:spring-boot:java:oauth2:resource-server:opaque"
include ":servlet:spring-boot:java:oauth2:resource-server:restclient"
include ":servlet:spring-boot:java:oauth2:resource-server:static"
include ":servlet:spring-boot:java:oauth2:restclient"
include ":servlet:spring-boot:java:oauth2:webclient"
include ":servlet:spring-boot:java:observability"
include ":servlet:spring-boot:java:saml2:identity-provider"
include ":servlet:spring-boot:java:saml2:login"
include ":servlet:spring-boot:java:saml2:refreshable-metadata"
include ":servlet:spring-boot:java:saml2:saml-extension-urls"
include ":servlet:spring-boot:java:saml2:saml-extension-federation"
include ":servlet:spring-boot:java:cas:login"
include ":servlet:spring-boot:kotlin:hello-security"
include ":servlet:xml:java:helloworld"
include ":servlet:xml:java:preauth"
include ":servlet:xml:java:contacts"
include ":servlet:xml:java:dms"
include ":servlet:xml:java:saml2:login-logout"
include ":servlet:spring-boot:java:session-management:maximum-sessions"
include ":servlet:spring-boot:java:session-management:maximum-sessions-prevent-login"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zwhx/spring-security-samples.git
[email protected]:zwhx/spring-security-samples.git
zwhx
spring-security-samples
spring-security-samples
main

搜索帮助