Spring Boot Application gets stuck on “Hikari-Pool-1 - Starting…”

后端 未结 5 527
滥情空心
滥情空心 2021-01-07 22:11

I\'m trying to run Spring Boot application connected to PostgreSQL database. However, when it comes to Hikari connection pool initializing, it just gets stuck and nothing go

5条回答
  •  情话喂你
    2021-01-07 22:21

    try passing this parameter when you run your jar file:

    -Djava.security.egd=file:/dev/../dev/urandom

提交回复
热议问题