1
skyouc
4 天以前 10a43f2d14a1a161bc624b9fe2f70febc9776ac8
rsf-open-api/src/main/resources/application-dev.yml
@@ -16,6 +16,8 @@
    username: root
    url: jdbc:mysql://127.0.0.1:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
    password: 34821015
#    url: jdbc:mysql://10.10.10.200:3306/rsf?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
#    password: xltys1995
    type: com.alibaba.druid.pool.DruidDataSource
    druid:
      initial-size: 5
@@ -56,11 +58,11 @@
  #RCS链接
  rcs:
    #链接
    host: http://192.168.4.84
    host: http://10.10.10.200
    #端口
    port: 8088
  wms:
    #链接
    host: http://127.0.0.1
    host: http://10.10.10.157
    #端口
    port: 8080