There was an error while loading. Please reload this page.
1 parent 3a0dfa4 commit c6e3f2fCopy full SHA for c6e3f2f
custom-error/pom.xml
@@ -4,11 +4,11 @@
4
<modelVersion>4.0.0</modelVersion>
5
6
<groupId>com.example</groupId>
7
-<artifactId>social-logout</artifactId>
+<artifactId>custom-error</artifactId>
8
<version>0.0.1-SNAPSHOT</version>
9
<packaging>jar</packaging>
10
11
-<name>social-logout</name>
+<name>custom-error</name>
12
<description>Demo project for Spring Boot</description>
13
14
<parent>
pom.xml
@@ -15,7 +15,7 @@
15
<module>manual</module>
16
<module>github</module>
17
<module>auth-server</module>
18
-<module>custom-auth</module>
+<module>custom-error</module>
19
</modules>
20
21
<build>
0 commit comments