From 127666421e6cc1e8f87d3dac8a221882ec84c8ba Mon Sep 17 00:00:00 2001 From: strawmanbobi Date: Thu, 7 Feb 2019 20:09:30 +0800 Subject: [PATCH] determined the final configuration for private servers --- src/main/resources/application.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 0cbfd2d..7a7d96c 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,4 +1,5 @@ -server.port=8082 +## debug env configuration +server.port=8081 spring.cache.type=redis spring.redis.host=localhost spring.redis.port=6379