Browse Source

互联网医院I健康授权认证

Trick 5 năm trước cách đây
mục cha
commit
53fe624e9a

+ 3 - 0
server/svr-authentication/pom.xml

@ -10,7 +10,10 @@
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.yihu.jw</groupId>
    <artifactId>svr-authentication</artifactId>
    <packaging>jar</packaging>
    <version>${parent.version}</version>
    <dependencies>
        <!-- 支持Tomcat启动 -->

+ 2 - 2
server/svr-authentication/src/main/resources/application.yml

@ -60,8 +60,8 @@ spring:
  profiles: jwtest
  datasource:
    url: jdbc:mysql://172.26.0.104/base?useUnicode:true&amp;characterEncoding=utf-8&amp;autoReconnect=true
    username: root
    password: jkzlehr
    username: ssgg
    password: ssgg@jkzl2019
  redis:
    host: 172.26.0.253 # Redis server host.
    port: 6379 # Redis server port.