From 9300e1c25d4b11ddab829996ec385fb86c41db47 Mon Sep 17 00:00:00 2001 From: vanesa-fleurs Date: Mon, 9 Sep 2019 18:14:07 -0500 Subject: [PATCH] getting started --- javacountries/HELP.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 javacountries/HELP.md diff --git a/javacountries/HELP.md b/javacountries/HELP.md new file mode 100644 index 00000000..7d587ea7 --- /dev/null +++ b/javacountries/HELP.md @@ -0,0 +1,17 @@ +# Getting Started + +### Reference Documentation +For further reference, please consider the following sections: + +* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html) +* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/2.1.8.RELEASE/maven-plugin/) +* [Spring Web](https://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-developing-web-applications) +* [Spring Boot DevTools](https://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#using-boot-devtools) + +### Guides +The following guides illustrate how to use some features concretely: + +* [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/) +* [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/) +* [Building REST services with Spring](https://spring.io/guides/tutorials/bookmarks/) +