Commit 41c93414 authored by shiyu's avatar shiyu

目录更改

parent 911bbd96
spring: spring:
profiles: profiles:
active: prod active: dev
messages: messages:
encoding: UTF-8 encoding: UTF-8
servlet: servlet:
...@@ -13,7 +13,7 @@ spring: ...@@ -13,7 +13,7 @@ spring:
server: server:
port: 8083 port: 8083
servlet: servlet:
context-path: /demo context-path: /system
logging: logging:
level: level:
......
...@@ -129,7 +129,7 @@ pagehelper: ...@@ -129,7 +129,7 @@ pagehelper:
spring: spring:
datasource: datasource:
druid: druid:
url: jdbc:mysql://101.37.172.120:3306/dts-shop?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC&allowPublicKeyRetrieval=true&verifyServerCertificate=false&useSSL=false url: jdbc:mysql://pc-bp18q94o1mukb67hy.mysql.polardb.rds.aliyuncs.com:3306/dts-shop?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC&allowPublicKeyRetrieval=true&verifyServerCertificate=false&useSSL=false
driver-class-name: com.mysql.jdbc.Driver driver-class-name: com.mysql.jdbc.Driver
username: root username: root
password: zhuangdian123 password: zhuangdian123
...@@ -144,4 +144,10 @@ spring: ...@@ -144,4 +144,10 @@ spring:
test-on-return: false test-on-return: false
test-while-idle: true test-while-idle: true
time-between-eviction-runs-millis: 60000 time-between-eviction-runs-millis: 60000
filters: stat,wall filters: stat,wall
\ No newline at end of file
redis:
host: r-bp10jnt2nm5gbtdr1t.redis.rds.aliyuncs.com
port: 6379
password: B0lpJwBIgzOc7PKj
database: 0
\ No newline at end of file
...@@ -128,7 +128,7 @@ pagehelper: ...@@ -128,7 +128,7 @@ pagehelper:
spring: spring:
datasource: datasource:
druid: druid:
url: jdbc:mysql://172.16.48.14:3306/dts-shop?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC&allowPublicKeyRetrieval=true&verifyServerCertificate=false&useSSL=false url: jdbc:mysql://pc-bp1l2k9j6ck1gr923.mysql.polardb.rds.aliyuncs.com:3306/dts-shop?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC&allowPublicKeyRetrieval=true&verifyServerCertificate=false&useSSL=false
driver-class-name: com.mysql.jdbc.Driver driver-class-name: com.mysql.jdbc.Driver
username: root username: root
password: zhuangdian123 password: zhuangdian123
...@@ -143,4 +143,12 @@ spring: ...@@ -143,4 +143,12 @@ spring:
test-on-return: false test-on-return: false
test-while-idle: true test-while-idle: true
time-between-eviction-runs-millis: 60000 time-between-eviction-runs-millis: 60000
filters: stat,wall filters: stat,wall
\ No newline at end of file
redis:
host: r-bp1xrb4in3pccqxfat.redis.rds.aliyuncs.com
port: 6379
password: Jyt4gT06qdRZnC1z
database: 0
\ No newline at end of file
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