Corrected spelling error ...
parent
9a6e8835b9
commit
a2cde981e0
|
@ -33,7 +33,7 @@
|
|||
</build>
|
||||
</project>
|
||||
|
||||
This creates a project with two modules, one bing the `OpenID-Connect-Java-Spring-Server` (the original), and `my-openid-connect` which will hold our modifications we want to overlay. We also set some global properties (versions of Java, Spring, etc.) and the finalName of our project.
|
||||
This creates a project with two modules, one being the `OpenID-Connect-Java-Spring-Server` (the original), and `my-openid-connect` which will hold our modifications we want to overlay. We also set some global properties (versions of Java, Spring, etc.) and the finalName of our project.
|
||||
|
||||
3. Now clone the `OpenID-Connect-Java-Spring-Server` into the `example-openid-connect-overlay/` directory
|
||||
|
||||
|
|
Loading…
Reference in New Issue