gpt4 book ai didi

mysql - 是否可以在其他项目(Spring Boot)中拥有资源?

转载 作者:行者123 更新时间:2023-11-29 16:14:54 25 4
gpt4 key购买 nike

我想使用 MySQL 10 和 Point for Geolocations。我的方言属性是:

spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect

在我目前使用的实体上:

@Column(name="location", columnDefinition = "POINT") 
private org.springframework.data.geo.Point location;

错误信息是:

com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Cannot get geometry object from data you send to the GEOMETRY field

我尝试使用 JpaRepository => save() 保存它

JPA可以吗?

最佳答案

spring.jpa.properties.hibernate.dialect=org.hibernate.spatial.dialect.mysql.MySQL56InnoDBSpatialDialect

spring.jpa.properties.hibernate.dialect=org.hibernate.spatial.dialect.h2geodb.GeoDBDialect尝试使用两种版本的方言,不确定哪一种能满足您的需求

关于mysql - 是否可以在其他项目(Spring Boot)中拥有资源?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54914449/

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