Merge pull request #9883 from sampada07/JAVA-68
JAVA-68: Spring-security-web-move-2
This commit is contained in:
commit
5d1202d7d3
|
@ -24,14 +24,14 @@
|
||||||
<module>spring-security-web-boot-2</module>
|
<module>spring-security-web-boot-2</module>
|
||||||
<module>spring-security-web-mvc-custom</module>
|
<module>spring-security-web-mvc-custom</module>
|
||||||
<module>spring-security-web-digest-auth</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-ldap</module>
|
||||||
<module>spring-security-mvc-login</module>
|
<module>spring-security-web-login</module>
|
||||||
<module>spring-security-mvc-persisted-remember-me</module>
|
<module>spring-security-web-persisted-remember-me</module>
|
||||||
<module>spring-security-mvc-socket</module>
|
<module>spring-security-web-sockets</module>
|
||||||
<module>spring-security-oidc</module>
|
<module>spring-security-oidc</module>
|
||||||
<module>spring-security-okta</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</module>
|
||||||
<module>spring-security-rest-basic-auth</module>
|
<module>spring-security-rest-basic-auth</module>
|
||||||
<module>spring-security-rest-custom</module>
|
<module>spring-security-rest-custom</module>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
## Spring Security MVC Json View
|
## Spring Security Web Json View
|
||||||
|
|
||||||
This module contains articles about Spring Security with JSON
|
This module contains articles about Spring Security with JSON
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<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">
|
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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>spring-security-mvc-jsonview</artifactId>
|
<artifactId>spring-security-web-jsonview</artifactId>
|
||||||
<version>0.1-SNAPSHOT</version>
|
<version>0.1-SNAPSHOT</version>
|
||||||
<name>spring-security-mvc-jsonview</name>
|
<name>spring-security-web-jsonview</name>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
|
@ -2,9 +2,9 @@
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<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">
|
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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>spring-security-mvc-login</artifactId>
|
<artifactId>spring-security-web-login</artifactId>
|
||||||
<version>0.1-SNAPSHOT</version>
|
<version>0.1-SNAPSHOT</version>
|
||||||
<name>spring-security-mvc-login</name>
|
<name>spring-security-web-login</name>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
|
@ -2,9 +2,9 @@
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<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">
|
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>
|
<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>
|
<version>0.1-SNAPSHOT</version>
|
||||||
<name>spring-security-mvc-persisted-remember-me</name>
|
<name>spring-security-web-persisted-remember-me</name>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
|
@ -2,9 +2,9 @@
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<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">
|
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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>spring-security-react</artifactId>
|
<artifactId>spring-security-web-react</artifactId>
|
||||||
<version>0.1-SNAPSHOT</version>
|
<version>0.1-SNAPSHOT</version>
|
||||||
<name>spring-security-react</name>
|
<name>spring-security-web-react</name>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
|
@ -1,4 +1,4 @@
|
||||||
## Spring Security MVC Socket
|
## Spring Security Web Sockets
|
||||||
|
|
||||||
This module contains articles about WebSockets with Spring Security
|
This module contains articles about WebSockets with Spring Security
|
||||||
|
|
|
@ -3,9 +3,9 @@
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.baeldung.springsecuredsockets</groupId>
|
<groupId>com.baeldung.springsecuredsockets</groupId>
|
||||||
<artifactId>spring-security-mvc-socket</artifactId>
|
<artifactId>spring-security-web-sockets</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
<name>spring-security-mvc-socket</name>
|
<name>spring-security-web-sockets</name>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue