Merge pull request #9883 from sampada07/JAVA-68

JAVA-68: Spring-security-web-move-2
This commit is contained in:
Dhawal Kapil 2020-08-17 18:42:39 +05:30 committed by GitHub
commit 5d1202d7d3
154 changed files with 17 additions and 17 deletions

View File

@ -24,14 +24,14 @@
<module>spring-security-web-boot-2</module>
<module>spring-security-web-mvc-custom</module>
<module>spring-security-web-digest-auth</module>
<module>spring-security-mvc-jsonview</module>
<module>spring-security-web-jsonview</module>
<module>spring-security-ldap</module>
<module>spring-security-mvc-login</module>
<module>spring-security-mvc-persisted-remember-me</module>
<module>spring-security-mvc-socket</module>
<module>spring-security-web-login</module>
<module>spring-security-web-persisted-remember-me</module>
<module>spring-security-web-sockets</module>
<module>spring-security-oidc</module>
<module>spring-security-okta</module>
<module>spring-security-react</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>

View File

@ -1,4 +1,4 @@
## Spring Security MVC Json View
## Spring Security Web Json View
This module contains articles about Spring Security with JSON

View File

@ -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-mvc-jsonview</artifactId>
<artifactId>spring-security-web-jsonview</artifactId>
<version>0.1-SNAPSHOT</version>
<name>spring-security-mvc-jsonview</name>
<name>spring-security-web-jsonview</name>
<packaging>war</packaging>
<parent>

View File

@ -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-mvc-login</artifactId>
<artifactId>spring-security-web-login</artifactId>
<version>0.1-SNAPSHOT</version>
<name>spring-security-mvc-login</name>
<name>spring-security-web-login</name>
<packaging>war</packaging>
<parent>

View File

@ -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-mvc-persisted-remember-me</artifactId>
<artifactId>spring-security-web-persisted-remember-me</artifactId>
<version>0.1-SNAPSHOT</version>
<name>spring-security-mvc-persisted-remember-me</name>
<name>spring-security-web-persisted-remember-me</name>
<packaging>war</packaging>
<parent>

View File

@ -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-react</artifactId>
<artifactId>spring-security-web-react</artifactId>
<version>0.1-SNAPSHOT</version>
<name>spring-security-react</name>
<name>spring-security-web-react</name>
<packaging>war</packaging>
<parent>

View File

@ -1,4 +1,4 @@
## Spring Security MVC Socket
## Spring Security Web Sockets
This module contains articles about WebSockets with Spring Security

View File

@ -3,9 +3,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung.springsecuredsockets</groupId>
<artifactId>spring-security-mvc-socket</artifactId>
<artifactId>spring-security-web-sockets</artifactId>
<version>1.0.0</version>
<name>spring-security-mvc-socket</name>
<name>spring-security-web-sockets</name>
<packaging>war</packaging>
<parent>

Some files were not shown because too many files have changed in this diff Show More