From 792c93694d0cfdf3974d4fd08f615c7f6ebb9602 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期一, 30 八月 2021 16:11:28 +0800 Subject: [PATCH] Update README.md --- src/main/resources/application-dev.yml | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index b756be9..3d25098 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -76,13 +76,19 @@ level: com.genersoft.iot: debug com.genersoft.iot.vmp.storager.dao: info + com.genersoft.iot.vmp.gb28181: info + # [鏍规嵁涓氬姟闇�姹傞厤缃甝 user-settings: # 鎺ㄦ祦鐩存挱鏄惁褰曞埗 record-push-live: true # 鍦ㄧ嚎鏂囨。锛� swagger-ui锛堢敓浜х幆澧冨缓璁叧闂級 -springfox: - documentation: - swagger-ui: - enabled: true \ No newline at end of file +swagger-ui: + enabled: true + +# 鐗堟湰淇℃伅锛� 涓嶉渶淇敼 +version: + version: "@project.version@" + description: "@project.description@" + artifact-id: "@project.artifactId@" \ No newline at end of file -- Gitblit v1.8.0