gpt4 book ai didi

hibernate - 如何在使用 spring-boot-jpa 时对 ddl 的编码进行编码

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

使用spring-boot-jpa自动生成创建mysql的表,但是编码是latin1。

如何将编码更改为 UTF-8。

配置是:

 spring.datasource.url=jdbc:mysql://localhost:3306/test
spring.datasource.username=root
spring.datasource.password=root
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.datasource.sql-script-encoding=UTF-8

最佳答案

只需根据您的需求更改设置 mysql 服务器中的“默认排序规则”,然后再次删除并创建模式(或表)。

关于hibernate - 如何在使用 spring-boot-jpa 时对 ddl 的编码进行编码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34924560/

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