Commit 9cc2fe17 authored by fangxinjiang's avatar fangxinjiang

配置调整

parent e8297d26
...@@ -63,8 +63,9 @@ spring: ...@@ -63,8 +63,9 @@ spring:
pathmatch: pathmatch:
matching-strategy: ant_path_matcher matching-strategy: ant_path_matcher
redis: redis:
host: 127.0.0.1 host: 192.168.1.65
#password: '@yf_2017' port: 22379
password: '@yf_2017'
cloud: cloud:
sentinel: sentinel:
eager: true eager: true
......
...@@ -93,8 +93,9 @@ spring: ...@@ -93,8 +93,9 @@ spring:
activate: activate:
on-profile: test on-profile: test
redis: redis:
host: 127.0.0.1 host: 192.168.1.65
#password: '@yf_2017' port: 22379
password: '@yf_2017'
datasource: datasource:
type: com.zaxxer.hikari.HikariDataSource type: com.zaxxer.hikari.HikariDataSource
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
......
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