From 5c61b5d1740c1c872c04335450bad108124fd378 Mon Sep 17 00:00:00 2001 From: Dave A <168838504+daveawc@users.noreply.github.com> Date: Tue, 17 Dec 2024 09:38:31 +0000 Subject: [PATCH] updated serialisation order this serialises data to the order of the fields in a class, previously in the swagger docs it was listing the fields in alphabetical order. --- src/main/resources/application.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index f5acb29077..b25213b398 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -110,7 +110,6 @@ springdoc: swagger-ui: urls-primary-name: "All CAS" remove-broken-reference-definitions: false - writer-with-order-by-keys: true server: port: 8080