Commit 62a24d7e authored by liqin's avatar liqin 💬

bug fixed

parent 310d2c7f
......@@ -9,7 +9,7 @@ COPY ./wisenergy-web-admin/target/shop-mall.jar /opt/
#ADD hosts /tmp
WORKDIR /opt
EXPOSE 8997
EXPOSE 8080
ENV TZ=Asia/Shanghai
#ENV TZ=PRC
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
......
......@@ -3,9 +3,9 @@ spring:
type: com.alibaba.druid.pool.DruidDataSource
druid:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://39.97.107.31:3306/qunzhihe?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&serverTimezone=GMT%2B8
username: qunzhihe
password: j2kRn8HjrPez7trw
url: jdbc:mysql://8.131.244.76:3306/shop-mall?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&serverTimezone=GMT%2B8
username: root
password: PRMHmHBr
initial-size: 10
max-active: 100
min-idle: 10
......@@ -46,7 +46,7 @@ spring:
# 192.168.110.165 adm4HYservice$
redis:
database: 0
host: 39.97.107.31
host: 8.131.244.76
port: 6379
password: 1qaz@WSX # 密码(默认为空)
timeout: 6000ms # 连接超时时长(毫秒)
......
......@@ -3,9 +3,9 @@ spring:
type: com.alibaba.druid.pool.DruidDataSource
druid:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://39.97.107.31:3306/qunzhihe?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8
username: qunzhihe
password: j2kRn8HjrPez7trw
url: jdbc:mysql://8.131.244.76:3306/shop-mall?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8
username: root
password: PRMHmHBr
initial-size: 10
max-active: 100
min-idle: 10
......@@ -36,7 +36,7 @@ spring:
redis:
open: false # 是否开启redis缓存 true开启 false关闭
database: 0
host: 39.97.107.31
host: 8.131.244.76
port: 6379
password: 1qaz@WSX
timeout: 6000ms
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment