Merge pull request #9892 from sampada07/JAVA-69
JAVA-69: Spring-security-web-move-3
This commit is contained in:
commit
3603a4f1f4
|
@ -32,12 +32,12 @@
|
|||
<module>spring-security-oidc</module>
|
||||
<module>spring-security-okta</module>
|
||||
<module>spring-security-web-react</module>
|
||||
<module>spring-security-rest</module>
|
||||
<module>spring-security-rest-basic-auth</module>
|
||||
<module>spring-security-rest-custom</module>
|
||||
<module>spring-security-web-rest</module>
|
||||
<module>spring-security-web-rest-basic-auth</module>
|
||||
<module>spring-security-web-rest-custom</module>
|
||||
<module>spring-security-oauth2-sso</module>
|
||||
<module>spring-security-thymeleaf</module>
|
||||
<module>spring-security-x509</module>
|
||||
<module>spring-security-web-thymeleaf</module>
|
||||
<module>spring-security-web-x509</module>
|
||||
<module>spring-security-kotlin-dsl</module>
|
||||
</modules>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
## Spring Security REST Basic Authentication
|
||||
## Spring Security Web - REST Basic Authentication
|
||||
|
||||
This module contains articles about basic authentication in RESTful APIs with Spring Security
|
||||
|
|
@ -2,9 +2,9 @@
|
|||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>spring-security-rest-basic-auth</artifactId>
|
||||
<artifactId>spring-security-web-rest-basic-auth</artifactId>
|
||||
<version>0.2-SNAPSHOT</version>
|
||||
<name>spring-security-rest-basic-auth</name>
|
||||
<name>spring-security-web-rest-basic-auth</name>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<parent>
|
|
@ -1,4 +1,4 @@
|
|||
## Spring Security REST Custom
|
||||
## Spring Security Web - REST Custom
|
||||
|
||||
This module contains articles about REST APIs with Spring Security
|
||||
|
|
@ -2,9 +2,9 @@
|
|||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>spring-security-rest-custom</artifactId>
|
||||
<artifactId>spring-security-web-rest-custom</artifactId>
|
||||
<version>0.1-SNAPSHOT</version>
|
||||
<name>spring-security-rest-custom</name>
|
||||
<name>spring-security-web-rest-custom</name>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<parent>
|
|
@ -1,4 +1,4 @@
|
|||
## Spring Security REST
|
||||
## Spring Security Web - REST
|
||||
|
||||
This module contains articles about REST APIs with Spring Security
|
||||
|
|
@ -2,9 +2,9 @@
|
|||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>spring-security-rest</artifactId>
|
||||
<artifactId>spring-security-web-rest</artifactId>
|
||||
<version>0.1-SNAPSHOT</version>
|
||||
<name>spring-security-rest</name>
|
||||
<name>spring-security-web-rest</name>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<parent>
|
|
@ -1,4 +1,4 @@
|
|||
## Spring Security Thymeleaf
|
||||
## Spring Security Web - Thymeleaf
|
||||
|
||||
This module contains articles about Spring Security with Thymeleaf.
|
||||
|
|
@ -2,9 +2,9 @@
|
|||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>spring-security-thymeleaf</artifactId>
|
||||
<artifactId>spring-security-web-thymeleaf</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<name>spring-security-thymeleaf</name>
|
||||
<name>spring-security-web-thymeleaf</name>
|
||||
<packaging>jar</packaging>
|
||||
<description>Spring Security with Thymeleaf tutorial</description>
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue