This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
java-bookstore
mirror of
https://github.com/Fincer/java-bookstore
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
4
Wiki
Activity
Browse Source
Add missing headers
Signed-off-by: Pekka Helenius <fincer89@hotmail.com>
v0.0.1-alpha
Pekka Helenius
4 years ago
parent
c498246b6d
commit
684393850e
3 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
bookstore/src/main/resources/application.properties
+2
-0
bookstore/src/main/resources/messages.properties
+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
;
Write
Preview
Loading…
Cancel
Save