|
|
|
@ -1,7 +1,7 @@ |
|
|
|
spring: |
|
|
|
redis: |
|
|
|
database: 0 |
|
|
|
host: 47.93.219.55 |
|
|
|
host: localhost |
|
|
|
# host: redis |
|
|
|
timeout: 30s |
|
|
|
port: 6379 |
|
|
|
@ -9,8 +9,8 @@ spring: |
|
|
|
datasource: |
|
|
|
druid: |
|
|
|
driver-class-name: com.mysql.jdbc.Driver |
|
|
|
url: jdbc:mysql://47.93.219.55:13306/renren_cloud?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC |
|
|
|
# url: jdbc:mysql://localhost:3306/renren_cloud?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC |
|
|
|
# url: jdbc:mysql://47.93.219.55:13306/renren_cloud?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC |
|
|
|
url: jdbc:mysql://localhost:13306/renren_cloud?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC |
|
|
|
username: root |
|
|
|
password: Giant@231 |
|
|
|
#Oracle |
|
|
|
|