Setting Default TimeZone in Spring Boot Application
Introduction
Sometimes, we want to be able to specify the TimeZone used by an application. For a service running globally, this could mean that all servers are posting events using the same TimeZone, no matter their location.
How it Works
The default...
cloudtuned.hashnode.dev2 min read