Merge pull request #7832 from sjmillington/readme-6

[BAEL-17490] README descriptions 6
This commit is contained in:
maibin 2019-10-01 14:01:13 -07:00 committed by GitHub
commit fe1d7195f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 78 additions and 20 deletions

View File

@ -1,3 +1,7 @@
## Spring Boot Data
This module contains articles about Spring Boot with Spring Data
## Relevant Articles:
- [Formatting JSON Dates in Spring Boot](https://www.baeldung.com/spring-boot-formatting-json-dates)

View File

@ -1,3 +1,7 @@
## Spring Boot Libraries
This module contains articles about various Spring Boot libraries
### The Course
The "REST With Spring" Classes: http://bit.ly/restwithspring

View File

@ -1,4 +1,9 @@
## Spring Boot Operations
This module contains articles about Spring Boot Operations
### Relevant Articles
- [How to Configure Spring Boot Tomcat](https://www.baeldung.com/spring-boot-configure-tomcat)
- [Spring Boot Embedded Tomcat Logs](https://www.baeldung.com/spring-boot-embedded-tomcat-logs)
- More articles: [[<-- prev]](/spring-boot-ops)

View File

@ -1,3 +1,7 @@
## Spring Boot Operations
This module contains articles about Spring Boot Operations
### Relevant Articles:
- [Deploy a Spring Boot WAR into a Tomcat Server](http://www.baeldung.com/spring-boot-war-tomcat-deploy)
- [Spring Boot Dependency Management with a Custom Parent](http://www.baeldung.com/spring-boot-dependency-management-custom-parent)
@ -12,3 +16,4 @@
- [Programmatically Restarting a Spring Boot Application](https://www.baeldung.com/java-restart-spring-boot-app)
- [Spring Properties File Outside jar](https://www.baeldung.com/spring-properties-file-outside-jar)
- [EnvironmentPostProcessor in Spring Boot](https://www.baeldung.com/spring-boot-environmentpostprocessor)
- More articles: [[next -->]](/spring-boot-ops-2)

View File

@ -1,3 +1,7 @@
## Spring Boot Parent
This module contains articles about Spring Boot Starter Parent
### Relevant Articles
- [The Spring Boot Starter Parent](https://www.baeldung.com/spring-boot-starter-parent)

View File

@ -1,18 +1,27 @@
## The Module Holds Sources for the Following Articles
## Spring Boot Property Expansion
This Module contains articles about Spring Boot Property Expansion
### Relevant Articles
- [Automatic Property Expansion with Spring Boot](http://www.baeldung.com/spring-boot-auto-property-expansion)
### Module property-exp-default-config
This module contains both a standard Maven Spring Boot build and the Gradle build which is Maven compatible.
## SubModules
In order to execute the Maven example, run the following command:
### property-exp-default-config
This module contains both a standard Maven Spring Boot build and the Gradle build which is Maven compatible.
`mvn spring-boot:run`
In order to execute the Maven example, run the following command:
To execute the Gradle example:
`mvn spring-boot:run`
To execute the Gradle example:
`gradle bootRun`
### Module property-exp-custom-config
This project is not using the standard Spring Boot parent and is configured manually. Run the following command:
### property-exp-custom-config
`mvn exec:java`
This project is not using the standard Spring Boot parent and is configured manually. Run the following command:
`mvn exec:java`

View File

@ -1,4 +1,19 @@
Module for the articles that are part of the Spring REST E-book:
## Spring Boot REST
This module contains articles about Spring Boot RESTful APIs.
### Relevant Articles
- [HATEOAS for a Spring REST Service](http://www.baeldung.com/rest-api-discoverability-with-spring)
- [Versioning a REST API](http://www.baeldung.com/rest-versioning)
- [ETags for REST with Spring](http://www.baeldung.com/etags-for-rest-with-spring)
- [Testing REST with multiple MIME types](http://www.baeldung.com/testing-rest-api-with-multiple-media-types)
- [Testing Web APIs with Postman Collections](https://www.baeldung.com/postman-testing-collections)
- [Spring Boot Consuming and Producing JSON](https://www.baeldung.com/spring-boot-json)
### E-book
These articles are part of the Spring REST E-book:
1. [Bootstrap a Web Application with Spring 5](https://www.baeldung.com/bootstraping-a-web-application-with-spring-and-java-based-configuration)
2. [Build a REST API with Spring and Java Config](http://www.baeldung.com/building-a-restful-web-service-with-spring-and-java-based-configuration)
@ -11,9 +26,4 @@ Module for the articles that are part of the Spring REST E-book:
9. [REST Pagination in Spring](http://www.baeldung.com/rest-api-pagination-in-spring)
10. [Test a REST API with Java](http://www.baeldung.com/integration-testing-a-rest-api)
- [HATEOAS for a Spring REST Service](http://www.baeldung.com/rest-api-discoverability-with-spring)
- [Versioning a REST API](http://www.baeldung.com/rest-versioning)
- [ETags for REST with Spring](http://www.baeldung.com/etags-for-rest-with-spring)
- [Testing REST with multiple MIME types](http://www.baeldung.com/testing-rest-api-with-multiple-media-types)
- [Testing Web APIs with Postman Collections](https://www.baeldung.com/postman-testing-collections)
- [Spring Boot Consuming and Producing JSON](https://www.baeldung.com/spring-boot-json)

View File

@ -1,3 +1,13 @@
## Spring Boot Security
This module contains articles about Spring Boot Security
### Relevant Articles:
- [Spring Boot Security Auto-Configuration](http://www.baeldung.com/spring-boot-security-autoconfiguration)
- [Spring Security for Spring Boot Integration Tests](https://www.baeldung.com/spring-security-integration-tests)
- [Introduction to Spring Security Taglibs](https://www.baeldung.com/spring-security-taglibs)
### Spring Boot Security Auto-Configuration
- mvn clean install
@ -5,9 +15,7 @@
- uncomment security properties for easy testing. If not random will be generated.
### CURL commands
- curl -X POST -u baeldung-admin:baeldung -d grant_type=client_credentials -d username=baeldung-admin -d password=baeldung http://localhost:8080/oauth/token
### Relevant Articles:
- [Spring Boot Security Auto-Configuration](http://www.baeldung.com/spring-boot-security-autoconfiguration)
- [Spring Security for Spring Boot Integration Tests](https://www.baeldung.com/spring-security-integration-tests)
- [Introduction to Spring Security Taglibs](https://www.baeldung.com/spring-security-taglibs)

View File

@ -1,4 +1,9 @@
## Spring Boot Testing
This module contains articles about Spring Boot testing
### The Course
The "REST With Spring" Classes: http://bit.ly/restwithspring
### Relevant Articles:

View File

@ -1,2 +1,6 @@
## Spring Boot Vue
This module contains articles about Spring Boot with Vue.js
### Relevant Articles:
- [Vue.js Frontend with a Spring Boot Backend](http://www.baeldung.com/spring-boot-vue-js)