Browse Source

Add missing headers

Signed-off-by: Pekka Helenius <fincer89@hotmail.com>
v0.0.1-alpha
Pekka Helenius 4 years ago
parent
commit
684393850e
3 changed files with 6 additions and 0 deletions
  1. +2
    -0
      bookstore/src/main/resources/application.properties
  2. +2
    -0
      bookstore/src/main/resources/messages.properties
  3. +2
    -0
      bookstore/src/main/resources/static/css/bookstore.css

+ 2
- 0
bookstore/src/main/resources/application.properties View File

@ -1,3 +1,5 @@
# Pekka Helenius <fincer89@hotmail.com>, Fjordtek 2020
# Default HTTP TCP port number for this server application
# Do not set this value below 1024 as these TCP/UDP ports are privileged, requiring root permissions
#


+ 2
- 0
bookstore/src/main/resources/messages.properties View File

@ -1,3 +1,5 @@
# Pekka Helenius <fincer89@hotmail.com>, Fjordtek 2020
# Message keys with values.
# Prepare environment for possible multi-language support


+ 2
- 0
bookstore/src/main/resources/static/css/bookstore.css View File

@ -1,3 +1,5 @@
/* Pekka Helenius <fincer89@hotmail.com>, Fjordtek 2020 */
.bookform-section {
border-top: 1px dotted #888;
padding-top: 1.5em;

Loading…
Cancel
Save