Commit Graph

5 Commits

Author SHA1 Message Date
1fa85dacb4 change port to 80
this way the server is reachable from the ot network
2024-11-25 16:10:59 +01:00
731e9264e3 move database to c drive 2023-05-25 08:56:19 +02:00
8e1ca282f6 update production settings 2020-04-17 14:46:56 +00:00
ec4f445b8d use port 17333 by default
Not sure how this is supposed to work. To be able to support
Angular's development server and Spring as a standalone application
I had to hardcode the port Spring uses.
The problem is, that Angular runs on port 4200. Angular is compiled
to static files. So I cannot dynamically add the port that is
configured for Spring. But Angular has to be able to talk to the
Spring application.
I chose port 17333, because it does not collide with the standard
Tomcat port (8080).
2020-03-12 19:54:13 +01:00
daaa0e6907 update dependencies
gradle to 4.8
jackson to 2.9.6
spring-boot to 2.0.3
guava to 25.1-jre
gradle-versions-plugin to 0.19.0
2018-06-17 08:59:48 +02:00