liusheng
2024-07-20 37f2e4e68c0d55e094981fa478fc198b907f87dc
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
@@ -122,6 +121,8 @@
  mapperLocations: classpath*:mapper/**/*Mapper.xml
  # 加载全局的配置文件
  configLocation: classpath:mybatis/mybatis-config.xml
  configuration:
    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# PageHelper分页插件
pagehelper: