bug:表字段为TEXT,数据返回页面时,打断点查看其为NClobProxyImpl对象
org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/quality].[dispatcherServlet] -Servlet.service() for servlet [dispatcherServlet] in context with path [/quality] threw exception [Request processing failed; nested exception is org.springframework.http.converter.HttpMessageNotWritableException: Could not write JSON: Infinite recursion (StackOverflowError); nested exception is com.fasterxml.jackson.databind.JsonMappingException: Infinite recursion (StackOverflowError)
解决:数据库连接添加clobAsString=true
url: jdbc:dm://XXX:5236/库名?clobAsString=true