I am sorry to be violating the stackoverflow norms supposedly. This is not an answer. I can't comment due to low reputation as I have never posted/answered.
I know this answer will get so many downvotes, but I am fine with that. I want to ask you about how you fixed the spring boot, swagger, date serialization issue, asked in one of your previous questions.
What did you actually do to ensure that the date serialization and the swagger UI both worked properly without conflicting each other?
Even my date is coming in epoch units instead of ISO string. The thing that was causing the issue was a webconverterconfig thing. On commenting it, swagger stopped working.
Please let me know how to tackle this issue.