From cac66e7e2c3d8aff77398c74f5ed68f4f3af30e6 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Tue, 18 Feb 2025 20:04:13 +0300 Subject: [PATCH] change port --- src/main/resources/application.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index c6bfd72..1742b2b 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -25,4 +25,7 @@ spring: spring-doc: swagger-ui: path: /swagger-ui.html - operationsSorter: method \ No newline at end of file + operationsSorter: method + +server: + port: 8090 \ No newline at end of file