src/main/resources/application-hysn.yml
@@ -17,7 +17,7 @@ # 开发环境配置 server: # 服务器的HTTP端口,默认为8080 port: 8092 port: 9034 servlet: # 应用的访问路径 context-path: / @@ -134,15 +134,15 @@ # redis 配置 redis: # 地址 host: 127.0.0.1 # host: 172.17.0.1 # host: 127.0.0.1 host: 172.17.0.1 # 端口,默认为6379 port: 6379 # 数据库索引 database: 5 # 密码 password: root2022! # password: # password: root2022! password: # 连接超时时间 timeout: 10s