liusheng
2024-08-02 7d5f9cae5e237c25649ac4b481ace6355447a06c
ruoyi-admin/src/main/resources/application.yml
@@ -18,7 +18,7 @@
# 开发环境配置
server:
  # 服务器的HTTP端口,默认为8080
  port: 8089
  port: 8095
  servlet:
    # 应用的访问路径
    context-path: /
@@ -75,7 +75,6 @@
    #    host: 127.0.0.1
    #    port: 6020
    # 地址(公司)
    host: 116.62.18.175
    port: 6020
@@ -112,7 +111,7 @@
  # 令牌密钥
  secret: abcdefghijklmnopqrstuvwxyz
  # 令牌有效期(默认30分钟)
  expireTime: 30
  expireTime: 120
# MyBatis配置
mybatis: