gpt4 book ai didi

mysql - Spring Boot 连接 MySQL 远程数据库

转载 作者:行者123 更新时间:2023-11-29 17:28:22 25 4
gpt4 key购买 nike

我正在 Spring Boot 中开发一个应用程序。我正在使用 phpMyAdmin (在我的大学是免费的)数据库来实现持久性。我的数据库位于远程服务器中。如何配置远程数据库连接的数据源?

请帮助我使用配置类中的注释在属性文件和数据源 bean 配置中进行配置。

例如:登录用户名:admin,密码:root

enter image description here

最佳答案

也许就像

在文件application.properties

spring.datasource.url=jdbc:mysql://lamp.ii.us.edu.pl:3306/ii309808
spring.datasource.username=admin
spring.datasource.password=root
spring.datasource.driver-class-name=com.mysql.jdbc.Driver

(3306是MySQL数据库管理系统的默认端口号。如果无法通过3306端口连接,请询问您的系统管理员)

引用:https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-sql.html#boot-features-connect-to-production-database

关于mysql - Spring Boot 连接 MySQL 远程数据库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50837960/

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