diff --git a/application-demo.yml b/application-demo.yml index 89dda655abd5b8f65e13b2993de3b69559b5c74d..318623e5dac0fcd647203a17f7ea5cce88ea3b46 100644 --- a/application-demo.yml +++ b/application-demo.yml @@ -6,7 +6,7 @@ spring: datasource: name: turing username: root - password: 123456 + password: root # 使用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 - port: 6379 + host: 127.0.0.1 + password: sunon + port: 16379 database: 0 elasticsearch: - cluster-name: cluster-name - cluster-nodes: host:9300 + cluster-name: elasticsearch + cluster-nodes: 127.0.0.1:9300 rabbitmq: - host: host - port: 5672 + host: 127.0.0.1 + port: 15672 username: rabbitmq - password: 123456 + password: rabbitmq123 template: retry: # 重试 enabled: true