gpt4 book ai didi

spring-boot - Spring Boot “Hikari Pool Shutdown”早期错误

转载 作者:行者123 更新时间:2023-12-04 17:06:44 25 4
gpt4 key购买 nike

错误:

2018-11-12 18:25:31.221  INFO 3028 --- [       Thread-3] 
com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...

2018-11-12 18:25:31.223 INFO 3028 --- [ Thread-3] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.

为什么会发生此错误?

我该如何解决?

最佳答案

看来您的类路径中没有任何嵌入式Web服务器。
尝试通过spring-boot-starter-web依赖项添加Tomcat。

Maven pom.xml:

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>

Gradle build.gradle:
implementation 'org.springframework.boot:spring-boot-starter-web'

关于spring-boot - Spring Boot “Hikari Pool Shutdown”早期错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53259267/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com