在pom.xml文件中添加依赖时,如下:
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid-spring-boot-starter</artifactId>
<version>1.1.22</version>
</dependency>
提示快捷键是:Ctrl+Alt+Space(空格键)
Druid连接池配置
本文介绍如何在pom.xml文件中添加Druid连接池的Spring Boot启动器依赖,使用com.alibaba的druid-spring-boot-starter,版本为1.1.22。通过Ctrl+Alt+Space快捷键可辅助完成依赖的输入。
在pom.xml文件中添加依赖时,如下:
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid-spring-boot-starter</artifactId>
<version>1.1.22</version>
</dependency>
提示快捷键是:Ctrl+Alt+Space(空格键)
您可能感兴趣的与本文相关的镜像
Stable-Diffusion-3.5
Stable Diffusion 3.5 (SD 3.5) 是由 Stability AI 推出的新一代文本到图像生成模型,相比 3.0 版本,它提升了图像质量、运行速度和硬件效率
811
3540