From 5ac8e2747b76b28f040e11229eb45b801235ad0a Mon Sep 17 00:00:00 2001 From: Ranga Rao Karanam Date: Fri, 13 Jan 2017 14:34:51 +0530 Subject: [PATCH] Small Updates --- Step07.md | 1 + Step09.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Step07.md b/Step07.md index d55afd4..39a4cff 100644 --- a/Step07.md +++ b/Step07.md @@ -19,6 +19,7 @@ - A resource can have multiple representations. Resource can modified through a message in any of the these representations. ## Useful Snippets and References +- JSON View : https://jsonview.com/ First Snippet ``` @RestController diff --git a/Step09.md b/Step09.md index 7441628..62e4823 100644 --- a/Step09.md +++ b/Step09.md @@ -5,7 +5,7 @@ - These will not trigger restart - /META-INF/maven, /META-INF/resources ,/resources ,/static ,/public or /templates - Folders can be configured : spring.devtools.restart.exclude=static/**,public/** - Additional Paths : spring.devtools.restart.additional-paths - - LiveReload livereload.com + - LiveReload http://livereload.com/extensions/ - Technology in progress!! So, expect a few problems! - Programming Tip - Become an expert at your IDE - https://www.youtube.com/watch?v=dN9GYsG1v_c