问题描述
已经尝试过
- 更改全局以设置全局local_infile = 1和
- 设置secure_file_priv =“”,
- 完全控制所有文件和文件夹
但仍然没有任何改变,我尝试使用和不使用“本地”:
@Entity
class Request(
id: Long,title: String,description: String,category_to_type_relation_id: Long) {
@JoinColumn(name = "category_to_type_relation_id",insertable = false,updatable = false)
@ManyToOne
category: CategoryToCatTypeRelation
}
@Entity
CategoryToCatTypeRelation(
id: Long,category_id: Long,category_type_id: Long)
还有其他建议吗?
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)