Browse Source

添加工具类判断节假日

wangzhinan 2 years ago
parent
commit
01a275ccb5
2 changed files with 7 additions and 1 deletions
  1. 1 1
      svr/svr-base/pom.xml
  2. 6 0
      svr/svr-base/src/main/resources/application.yml

+ 1 - 1
svr/svr-base/pom.xml

@ -110,7 +110,7 @@
        </dependency>
        <!-- Jzkl Starter -->
        <dependency>
            <groupId>com.yihu</groupId>
            <groupId>com.yihu.jw</groupId>
            <artifactId>swagger-starter</artifactId>
            <version>2.0.0</version>
        </dependency>

+ 6 - 0
svr/svr-base/src/main/resources/application.yml

@ -88,6 +88,12 @@ FileTempPath:
  image_path : /var/local/upload/images
  voice_path : /var/local/upload/voice
  chat_file_path : /var/local/upload/chat
swagger:
  basic:
    enable: true
    username: jw
    password: jkzl
---
spring:
  profiles: jwdev