src/main/resources/application-kthg.yml
@@ -27,7 +27,7 @@
# 开发环境配置
server:
  # 服务器的HTTP端口,默认为8080
  port: 8888
  port: 9011
  servlet:
    # 应用的访问路径
    context-path: /
@@ -146,8 +146,8 @@
  # 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
    # 数据库索引