Commit ee6c5787 authored by co_dengxiongwen's avatar co_dengxiongwen

tj

parent a9ddea4d
...@@ -30,7 +30,7 @@ warning: ...@@ -30,7 +30,7 @@ warning:
port: 30003 port: 30003
upload: upload:
realBaseDir: /usr/local/nginx/html/dist/ realBaseDir: /usr/local/nginx/html/energy/dist/
--- ---
spring: spring:
profiles: test profiles: test
......
...@@ -41,8 +41,8 @@ spring: ...@@ -41,8 +41,8 @@ spring:
async: async:
request-timeout: 60000 request-timeout: 60000
redis: redis:
# host: 10.20.72.35 host: 10.20.2.33
host: 47.94.207.62 # host: 47.94.207.62
port: 6379 port: 6379
password: password:
jedis: jedis:
...@@ -60,12 +60,15 @@ spring: ...@@ -60,12 +60,15 @@ spring:
datasource: datasource:
type: com.alibaba.druid.pool.DruidDataSource type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.jdbc.Driver driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://47.94.207.62:3306/energy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true&serverTimezone=GMT%2B8&useSSL=false # url: jdbc:mysql://localhost:3306/energy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true&serverTimezone=GMT%2B8&useSSL=false
username: root # username: root
password: superAdmin&321 # password: 123456
# url: jdbc:mysql://10.20.72.31:3306/energy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true&serverTimezone=GMT%2B8&useSSL=false # url: jdbc:mysql://47.94.207.62:3306/energy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true&serverTimezone=GMT%2B8&useSSL=false
# username: root # username: root
# password: root # password: superAdmin&321
url: jdbc:mysql://10.20.2.33:3306/energy?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&allowMultiQueries=true&serverTimezone=GMT%2B8&useSSL=false
username: root
password: root
initialSize: 5 initialSize: 5
minIdle: 0 minIdle: 0
maxActive: 1000 maxActive: 1000
......
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