From bddc05ae79a21676bf4e15e83ea553c6ced985d0 Mon Sep 17 00:00:00 2001 From: MMonik Date: Wed, 24 May 2017 21:20:57 +0300 Subject: [PATCH] Create README.md --- spring-boot-custom-starter/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 spring-boot-custom-starter/README.md diff --git a/spring-boot-custom-starter/README.md b/spring-boot-custom-starter/README.md new file mode 100644 index 0000000000..5b05394d6e --- /dev/null +++ b/spring-boot-custom-starter/README.md @@ -0,0 +1,2 @@ +### Relevant Articles: +- [Creating a Custom Starter with Spring Boot](http://www.baeldung.com/spring-boot-custom-starter)