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