Commit 4c4692b6 authored by dongjg's avatar dongjg

Redis

parent 4ec575a1
...@@ -62,7 +62,8 @@ spring: ...@@ -62,7 +62,8 @@ spring:
# redis 配置 # redis 配置
redis: redis:
# 地址 # 地址
host: localhost #host: localhost
host: 192.168.111.222
# 端口,默认为6379 # 端口,默认为6379
port: 6379 port: 6379
# 数据库索引 # 数据库索引
......
...@@ -8,7 +8,7 @@ charset = utf-8 ...@@ -8,7 +8,7 @@ charset = utf-8
# 缩进风格,可选space、tab # 缩进风格,可选space、tab
indent_style = space indent_style = space
# 缩进的空格数 # 缩进的空格数
indent_size = 2 indent_size = 4
# 结尾换行符,可选lf、cr、crlf # 结尾换行符,可选lf、cr、crlf
end_of_line = lf end_of_line = lf
# 在文件结尾插入新行 # 在文件结尾插入新行
......
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