Commit 6a4cdc36b1c2094a2a8fa166e3596323b27454d3

Authored by 648540858
1 parent d73630c4

修复正则×号是引起的错误

src/main/resources/all-application.yml
... ... @@ -186,7 +186,7 @@ user-settings:
186 186 # 是否将日志存储进数据库
187 187 logInDatebase: true
188 188 # 第三方匹配,用于从stream钟获取有效信息
189   - thirdPartyGBIdReg: [\s\S]*
  189 + thirdPartyGBIdReg: "[\\s\\S]*"
190 190  
191 191 # 在线文档: swagger-ui(生产环境建议关闭)
192 192 swagger-ui:
... ...