Sign in
guzijian
/
wvp-GB28181-pro
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
6a4cdc36b1c2094a2a8fa166e3596323b27454d3
Authored by
648540858
2022-03-02 18:11:43 +0800
1 parent
d73630c4
修复正则×号是引起的错误
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/all-application.yml
src/main/resources/all-application.yml
View file @
6a4cdc3
...
...
@@ -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:
...
...