Skip to content

多模块的插件怎么构建 #151

@superred01

Description

@superred01

想请教一下各位大佬,为什么我本地构建的zip导入到idea,似乎没有变化。报错一直都是同一个位置
LogInterceptor.replaceFirs 152行开始引起的异常
private String replaceFirst(String originalSql, String propertyName, String parameterValue) {
//($|#){\sepNo2((?!{).)}
return originalSql.replaceFirst("(\$|#)\{\s*" + Matcher.quoteReplacement(propertyName) + "((?!\{).)*}",
Matcher.quoteReplacement(parameterValue.replace("$", "\$")));
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions