当前位置:网站首页>The CLOB field cannot be converted when querying Damon database
The CLOB field cannot be converted when querying Damon database
2022-07-26 10:17:00 【shin_ cy】
problem : Table field type is text when , Format conversion error occurred on the data return page
org.springframework.http.converter.HttpMessageConversionException: Type definition error: [simple type, class dm.jdbc.util.Buffer]; nested exception is com.fasterxml.jackson.databind.exc.InvalidDefinitionException: No serializer found for class dm.jdbc.util.Buffer and no properties discovered to create BeanSerializer (to avoid exception, disable SerializationFeature.FAIL_ON_EMPTY_BEANS) (through reference chain: com.gsoft.foa.common.dto.AjaxResult["data"]->java.util.ArrayList[1]->java.util.HashMap["C_CHANGELOG"]->com.alibaba.druid.proxy.jdbc.NClobProxyImpl["rawNClob"]->dm.jdbc.driver.DmdbNClob["K"]->dm.jdbc.driver.DmdbConnection["gX"]->dm.jdbc.c.a["li"])

Solution
Add parameters to the database connection clobAsString=true, for example jdbc:dm://xxx:5236/xx?clobAsString=true
边栏推荐
- 【C#语言】LINQ概述
- Solve the problem of storing cookies in IE7 & IE8
- 【Halcon视觉】图像滤波
- PHP executes shell script
- Learning about opencv (4)
- Necessary for beginners: debug breakpoint debugging skills in idea and common breakpoint skills
- 面试突击68:为什么 TCP 需要 3 次握手?
- Data communication foundation - layer 2 switching principle
- All codes of Tetris
- Reproduce the snake game in C language (I) build pages and construct snakes
猜你喜欢
随机推荐
Some descriptions of DS V2 push down in spark
Li Kou - binary tree pruning
AirTest
Study notes of the first week of sophomore year
Wechat applet development
Opencv image processing
El table implements adding / deleting rows, and a parameter changes accordingly
About automatic operation on Web pages
Jpg to EPS
利用原生js实现自定义滚动条(可点击到达,拖动到达)
How to write a million reading article
Flask框架初学-04-flask蓝图及代码抽离
Phpexcel export Emoji symbol error
Use of selectors
INSTALL_ FAILED_ SHARED_ USER_ Incompatible error resolution
[Qualcomm][Network] qti服务分析
Usage of the formatter attribute of El table
Employee information management system based on Web
Solution of inputting whole line string after inputting integer
Principle analysis and source code interpretation of service discovery








