From e83e3a2b6599d7a46f1ee623688f92946c10cbec Mon Sep 17 00:00:00 2001 From: xds Date: Fri, 31 Oct 2025 17:40:57 +0300 Subject: [PATCH] build --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index bcbc59d..d9aff8b 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -4,7 +4,7 @@ server.port=8089 server.servlet.context-path=/api #spring.webflux.base-path=/api -spring.profiles.active=prod +spring.profiles.active=dev spring.main.web-application-type=servlet server.compression.enabled=true