Commit ee6c5787 authored by co_dengxiongwen's avatar co_dengxiongwen

tj

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