一、 免费试用tidbitcloud
TiDB Cloud Documentation | PingCAP Docs
1.github账号登录
2.创建集群
3.点击对应集群cludter0 导入数据
导入
本地导入只支持csv文件,其他导入需要AWZ账号使用S3云存储
二、连接spingboot项目
选择java,复制下面的jdbc
下载CA证书:
配置spring boot 项目里的url 文章来源:https://www.toymoban.com/news/detail-797058.html
url: jdbc:mysql://4WhR8B7gngmY5Wq.root:H8SjBNHxra@gateway01.ap-southeast-1.prod.aws.tidbcloud.com:4000/lyhms_kf?characterEncoding=UTF-8&useUnicode=true&useSSL=true&serverTimezone=UTC&ssl-ca=D:/Downloads/isrgrootx1.pem
username: 4WhR8B7gngmY5Wq.root
password: H8SjBNHZnnb
datasource:
jpa:
show-sql: true
database-platform: org.hibernate.dialect.TiDBDialect
hibernate:
ddl-auto: create-drop
pom文件添加依赖文章来源地址https://www.toymoban.com/news/detail-797058.html
<dependency>
<groupId>io.github.lastincisor</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.29-tidb-1.0.0</version>
</dependency>
<dependency>
<groupId>io.github.lastincisor</groupId>
<artifactId>tidb-loadbalance</artifactId>
<version>0.0.5</version>
</dependency>
到了这里,关于tidb Cloud 连接spring boot 项目的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!