Browse Source

Add categories.properties for book categories

Signed-off-by: Pekka Helenius <fincer89@hotmail.com>
v0.0.3-alpha
Pekka Helenius 4 years ago
parent
commit
9eb84b320a
1 changed files with 15 additions and 0 deletions
  1. +15
    -0
      bookstore/src/main/resources/categories.properties

+ 15
- 0
bookstore/src/main/resources/categories.properties View File

@ -0,0 +1,15 @@
# Pekka Helenius <fincer89@hotmail.com>, 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

Loading…
Cancel
Save