小编Pap*_*ane的帖子

Spring Boot应用程序卡在“ Hikari-Pool-1-开始...”上

我正在尝试运行连接到PostgreSQL数据库的Spring Boot应用程序。但是,当涉及到Hikari连接池初始化时,它只是卡住了,没有任何反应。HikariPool-1 - Starting...出现在日志中,然后什么也没有发生。

日志:

2018-07-09 15:32:48.475  INFO 21920 --- [           main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@68999068: startup date [Mon Jul 09 15:32:48 ALMT 2018]; root of context hierarchy
2018-07-09 15:32:48.736  INFO 21920 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'configurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$1b7bd026] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( …
Run Code Online (Sandbox Code Playgroud)

postgresql spring spring-boot

10
推荐指数
1
解决办法
8154
查看次数

标签 统计

postgresql ×1

spring ×1

spring-boot ×1