When i start my Spring Boot Application on Windows10 (within IDE), i can type the url in Chrome and get what i want immediatly.
However, when i start it on a ubuntu server, it will be 10 minutes or even half an hour until it works. I see no need for this and want to cut it.
(But when i start it, i can see "Started Application in 18.193 seconds (JVM running for 19.086)")
Of course, after serveral minutes, it works quite well.
The version is spring boot 1.4.2.
Is there any reasons for this?
Thanks a lot!