Add missing samples to pom and README
This commit is contained in:
parent
bc6e4e6e55
commit
6512406a13
|
|
@ -134,6 +134,12 @@ The following sample applications are provided:
|
|||
| link:spring-boot-sample-metrics-redis[spring-boot-sample-metrics-redis]
|
||||
| Exports metrics to Redis
|
||||
|
||||
| link:spring-boot-sample-oauth2-client[spring-boot-sample-oauth2-client]
|
||||
| Configure an OAuth2 login client
|
||||
|
||||
| link:spring-boot-sample-reactive-oauth2-client[spring-boot-sample-reactive-oauth2-client]
|
||||
| Configure a Reactive OAuth2 login client
|
||||
|
||||
| link:spring-boot-sample-oauth2-resource-server[spring-boot-sample-oauth2-resource-server]
|
||||
| Configure an OAuth2 resource server
|
||||
|
||||
|
|
|
|||
|
|
@ -61,10 +61,13 @@
|
|||
<module>spring-boot-sample-liquibase</module>
|
||||
<module>spring-boot-sample-logback</module>
|
||||
<module>spring-boot-sample-oauth2-client</module>
|
||||
<module>spring-boot-sample-parent-context</module>
|
||||
<module>spring-boot-sample-oauth2-client</module>
|
||||
<module>spring-boot-sample-oauth2-resource-server</module>
|
||||
<module>spring-boot-sample-profile</module>
|
||||
<module>spring-boot-sample-property-validation</module>
|
||||
<module>spring-boot-sample-quartz</module>
|
||||
<module>spring-boot-sample-reactive-oauth2-client</module>
|
||||
<module>spring-boot-sample-reactive-oauth2-resource-server</module>
|
||||
<module>spring-boot-sample-secure</module>
|
||||
<module>spring-boot-sample-secure-webflux</module>
|
||||
<module>spring-boot-sample-servlet</module>
|
||||
|
|
|
|||
Loading…
Reference in New Issue