Преглед изворни кода

添加工具类判断节假日

wangzhinan пре 2 година
родитељ
комит
3f463d62cc

+ 1 - 1
svr/svr-internet-hospital-entrance/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>

+ 5 - 0
svr/svr-internet-hospital-entrance/src/main/resources/application.yml

@ -65,6 +65,11 @@ testPattern:
wlyy:
  url: http://www.xmtyw.cn/wlyytest/
swagger:
  basic:
    enable: true
    username: jw
    password: jkzl
---
spring:
  profiles: jwdev

+ 1 - 1
svr/svr-internet-hospital-job/pom.xml

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

+ 5 - 1
svr/svr-internet-hospital-job/src/main/resources/application.yml

@ -58,7 +58,11 @@ FileTempPath:
#  instance:
#    prefer-ip-address: false
#    instance-id: ${spring.cloud.client.ipAddress}:${server.port}
swagger:
  basic:
    enable: true
    username: jw
    password: jkzl
---
spring:
  profiles: jwdev