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
Enable forward HTTP headers support
Signed-off-by: Pekka Helenius <fincer89@hotmail.com>
v0.0.1-alpha
Pekka Helenius
4 years ago
parent
9d25ffdf8c
commit
96d664976d
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
bookstore/src/main/resources/application.properties
+ 1
- 0
bookstore/src/main/resources/application.properties
View File
@ -2,6 +2,7 @@
# Do not set this value below 1024 as these TCP/UDP ports are privileged, requiring root permissions
#
server.port=8080
server.use-forward-headers=true
spring.h2.console.enabled=true
spring.h2.console.path=/h2-console
Write
Preview
Loading…
Cancel
Save