There was a mismatch between the spring starter parent version that I have used across both the applications. Starter dependency: spring-boot-starter-parent Server: 3.3.5 Client: 2.5.0
Upon rectifying the version of the starter dependency, my client was able to register with the Eureka server successfully.