From 9eb84b320a5d98d99abd9c8d937bb07098e3777f Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Tue, 6 Oct 2020 15:19:46 +0300 Subject: [PATCH] Add categories.properties for book categories Signed-off-by: Pekka Helenius --- .../src/main/resources/categories.properties | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 bookstore/src/main/resources/categories.properties diff --git a/bookstore/src/main/resources/categories.properties b/bookstore/src/main/resources/categories.properties new file mode 100644 index 0000000..029b2cd --- /dev/null +++ b/bookstore/src/main/resources/categories.properties @@ -0,0 +1,15 @@ +# Pekka Helenius , Fjordtek 2020 + +# NOTE: +# These properties represent internal application properties, +# NOT linguistic front-end message strings. Never refer to keys +# in this file in your application front-end messages. +# These keys are accessible in Spring Environment context. + + + +# Bookstore category properties +# +bookstore.category.fantasy = Fantasy +bookstore.category.horror = Horror +bookstore.category.scifi = Sci-Fi \ No newline at end of file