From da26c614f2269b2bd2d356fe95329d63c382e081 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Tue, 18 Feb 2014 10:48:38 +0000 Subject: [PATCH] Update YAML refs in docs --- docs/howto.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/howto.md b/docs/howto.md index cc4942de9d..c6e303cf0a 100644 --- a/docs/howto.md +++ b/docs/howto.md @@ -954,8 +954,9 @@ server: ``` Create a file called `application.yml` and stick it in the root of -your classpath, and also add `snake-yaml` to your classpath (Maven -co-ordinates `org.yaml:snake-yaml`). A YAML file is parsed to a Java +your classpath, and also add `snakeyaml` to your classpath (Maven +co-ordinates `org.yaml:snakeyaml`, already included if you use a +Spring Boot Starter). A YAML file is parsed to a Java `Map` (like a JSON object), and Spring Boot flattens the maps so that it is 1-level deep and has period-separated keys, a lot like people are used to with `Properties` files in Java.