Cannot determine value type from string 'xxxxxx'

Posted antonchen

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Cannot determine value type from string 'xxxxxx'相关的知识,希望对你有一定的参考价值。

Cannot determine value type from string ‘xxxxxx‘

查了一下,意思就是字段和属性名没有对上。

反复查看代码,字段名和属性名一致。

最后翻阅资料得知是因为构造器的原因。

entity实体类全部加上无参构造全参构造注解,完美解决。

@EqualsAndHashCode(callSuper = true)
@TableName("user")
@Data
@NoArgsConstructor
@AllArgsConstructor
public class User extends Model<User> {
    ......
}

欲买桂花同载酒,终不是,少年游

以上是关于Cannot determine value type from string 'xxxxxx'的主要内容,如果未能解决你的问题,请参考以下文章

报错Cannot determine embedded database driver class for database type NONE解决方法

trouble shooting(Cannot determine embedded database driver class for database type NONE)

Nagios监控Oracle表空间出现Cannot determine ORACLE_HOME报错

VHDL ERROR: found ‘0‘ definitions of operator “+“, cannot determine exact overloaded

ERROR in : Cannot determine the module for class xxxx Add to the NgModule to fix it.

springboot启动报错:Cannot determine embedded database driver class for database type NONE.