[BAEL-17476] - Add Readme descriptions 15 (#7875)
* [BAEL-17476] - Add Readme descriptions 15 * Added Spring Vert.X readme change
This commit is contained in:
parent
e45da12044
commit
d06b026a7b
|
@ -1,3 +1,7 @@
|
|||
## Spring State Machine
|
||||
|
||||
This module contains articles about Spring State Machine
|
||||
|
||||
### Relevant articles
|
||||
|
||||
- [A Guide to the Spring State Machine Project](http://www.baeldung.com/spring-state-machine)
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## Spring Static Resources
|
||||
|
||||
This module contains articles about static resources with Spring
|
||||
|
||||
### Relevant Articles:
|
||||
- [Cachable Static Assets with Spring MVC](http://www.baeldung.com/cachable-static-assets-with-spring-mvc)
|
||||
- [Minification of JS and CSS Assets with Maven](http://www.baeldung.com/maven-minification-of-js-and-css-assets)
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## Spring Swagger CodeGen
|
||||
|
||||
This module contains articles about Spring with Swagger CodeGen
|
||||
|
||||
### Relevant articles
|
||||
|
||||
- [Generate Spring Boot REST Client with Swagger](http://www.baeldung.com/spring-boot-rest-client-swagger-codegen)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
=========
|
||||
## Spring Thymeleaf
|
||||
|
||||
## Spring Thymeleaf Example Project
|
||||
This module contains articles about Spring with Thymeleaf
|
||||
|
||||
### Relevant Articles:
|
||||
- [Introduction to Using Thymeleaf in Spring](http://www.baeldung.com/thymeleaf-in-spring-mvc)
|
||||
|
@ -19,13 +19,14 @@
|
|||
- [Working with Select and Option in Thymeleaf](http://www.baeldung.com/thymeleaf-select-option)
|
||||
- [Working With Custom HTML Attributes in Thymeleaf](https://www.baeldung.com/thymeleaf-custom-html-attributes)
|
||||
- [Spring Request Parameters with Thymeleaf](https://www.baeldung.com/spring-thymeleaf-request-parameters)
|
||||
- [[next -->]](/spring-thymeleaf-2)
|
||||
|
||||
### Build the Project
|
||||
|
||||
mvn clean install
|
||||
|
||||
|
||||
### Run the Project
|
||||
|
||||
mvn cargo:run
|
||||
- **note**: starts on port '8082'
|
||||
|
||||
|
|
|
@ -1,2 +1,7 @@
|
|||
## Spring Vault
|
||||
|
||||
This module contains articles about Spring Vault
|
||||
|
||||
### Relevant Articles:
|
||||
|
||||
- [Spring Vault](https://www.baeldung.com/spring-vault)
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
## Spring Vert.x
|
||||
|
||||
This module contains articles about Spring with Vert.x
|
||||
|
||||
### Relevant Articles:
|
||||
- [Vert.x Spring Integration](http://www.baeldung.com/spring-vertx)
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
## Spring WebFlux AMQP
|
||||
|
||||
This module contains articles about Spring WebFlux with AMQP
|
||||
|
||||
### Relevant Articles:
|
||||
================================
|
||||
|
||||
- [Spring AMQP in Reactive Applications](http://www.baeldung.com/spring-amqp-reactive)
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
=========
|
||||
|
||||
## Spring REST with a Zuul
|
||||
## Spring Zuul
|
||||
|
||||
This module contains articles about Spring with Netflix Zuul
|
||||
|
||||
### Relevant Articles:
|
||||
- [Spring REST with a Zuul Proxy](http://www.baeldung.com/spring-rest-with-zuul-proxy)
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## Static Analysis
|
||||
|
||||
This module contains articles about static program analysis
|
||||
|
||||
## Relevant articles:
|
||||
|
||||
- [Introduction to PMD](http://www.baeldung.com/pmd)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
### Stripe API for Java Sample Project
|
||||
### Stripe
|
||||
|
||||
This is Spring Boot project that displays a checkout form and charges a credit card using the Stripe API for Java.
|
||||
This module contains articles about Stripe
|
||||
|
||||
### Relevant articles
|
||||
|
||||
|
|
Loading…
Reference in New Issue