拿着旺仔牛奶的猫

导航

随笔分类 -  bug

工作遇见的bug
If you want an embedded database please put a supported one on the classpath
摘要:If you want an embedded database please put a supported one on the classpath. If you have database settings to be loaded from a particular profile you 阅读全文

posted @ 2021-08-13 14:42 拿着旺仔牛奶的猫 阅读(2016) 评论(0) 推荐(0)

### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'crm_user_id' at row 1
摘要:### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'crm_user_id' at row 1 阅读全文

posted @ 2021-08-12 11:56 拿着旺仔牛奶的猫 阅读(2420) 评论(0) 推荐(0)

### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL
摘要:### Error updating database. Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL 这个问题 可能是你更新数据库多加了个,也有可能是你更新没有更新内容 阅读全文

posted @ 2021-08-10 15:33 拿着旺仔牛奶的猫 阅读(4575) 评论(0) 推荐(0)

org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException
摘要:org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 阅读全文

posted @ 2021-08-10 14:58 拿着旺仔牛奶的猫 阅读(241) 评论(0) 推荐(0)

org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported
摘要:org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported 请求方式对不上 修改@PostMapping主键和前端接收一致即可 阅读全文

posted @ 2021-08-10 11:30 拿着旺仔牛奶的猫 阅读(2775) 评论(0) 推荐(0)

org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing
摘要:org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing: public com.crm.lessn.utils.DataResult com.crm.le 阅读全文

posted @ 2021-08-10 11:25 拿着旺仔牛奶的猫 阅读(1637) 评论(0) 推荐(0)