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