File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
src/content/docs/reference Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -794,9 +794,13 @@ compileKotlin {
794794
795795<Accordion client:load title={'Encountered unexpected token : " \n\n\n " <ST_SEMICOLON>'}>
796796
797- - 原因:jsqlParser从4.9开始,连续的换行会认为是结束语句 https://github.com/JSQLParser/JSqlParser/issues/1988
798- mybatis-plus自3.5.3.2开始处理了框架内置注入的sql换行处理,但项目里自行编写的得语句需要自行处理。
799- 注意 : 3.5.10和3.5.10.1版本虽然处理项目里的换行情况,但对项目里使用单行注释(--或#这种语句处理无法支持),在3.5.11版本后将不再处理,请按下面的方式进行处理。
797+ - 原因:jsqlParser从4.9开始,连续的换行会认为是结束语句
798+
799+ [参考链接] : https://github.com/JSQLParser/JSqlParser/issues/1988 "Encountered unexpected token: "\n\n\n" <ST_SEMICOLON>"
800+
801+ mybatis-plus自3.5.3.2开始处理了框架内置注入的sql换行处理,但项目里自行编写的得语句需要自行处理。
802+
803+ - 注意 : 3.5.10和3.5.10.1版本虽然处理项目里的换行情况,但对项目里使用单行注释(--或#这种语句处理无法支持),3.5.11版本后将不再处理。
800804
801805方式一 :
802806` ` ` java
You can’t perform that action at this time.
0 commit comments