在使用若依框架的富文本框新增时,如果插入一个图片的时候会出现一个JSON parse error: Unexpected character ('/' (code 47)): maybe a (non-standard) comment? (not recognized as one since Feature 'ALLOW_COMMENTS' not enabled for parser); nested exception is com.fasterxml.jackson.core.JsonParseException: Unexpected character ('/' (code 47)): maybe a (non-standard) comment? (not recognized as one since Feature 'ALLOW_COMMENTS' not enabled for parser) at [Source: (org.springframework.util.StreamUtils$NonClosingInputStream); line: 1, column: 1281]错误
在排查了一遍之后需要在yml文件中的xxs注入的地方在excludes中加入需要使用富文本框的地方加入你的路径就可以了
标签:comment,Unexpected,47,parser,character,parse,code From: https://blog.csdn.net/m0_62469731/article/details/139731718