diff --git a/application-demo.yml b/application-demo.yml index 89dda655abd5b8f65e13b2993de3b69559b5c74d..e53b9005ee91b524e25c3d9df8a89fb883ed145c 100644 --- a/application-demo.yml +++ b/application-demo.yml @@ -6,7 +6,7 @@ spring: datasource: name: turing username: root - password: 123456 + password: zic66804500 # 使用druid数据源 type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.jdbc.Driver @@ -25,21 +25,21 @@ spring: poolPreparedStatements: true maxOpenPreparedStatements: 20 redis: - host: host - password: Turing2018 + host: 192.168.31.26 + password: port: 6379 database: 0 elasticsearch: cluster-name: cluster-name - cluster-nodes: host:9300 + cluster-nodes: 192.168.31.26:9300 rabbitmq: - host: host + host: 192.168.31.26 port: 5672 - username: rabbitmq - password: 123456 + username: guest + password: guest template: retry: # 重试 enabled: true