liusheng
2024-07-06 4bd9498d45b4d9f4bc948c04ec8efc9bb02d937e
ruoyi-admin/src/main/resources/application.yml
@@ -18,7 +18,7 @@
# 开发环境配置
server:
  # 服务器的HTTP端口,默认为8080
  port: 8089
  port: 8095
  servlet:
    # 应用的访问路径
    context-path: /
@@ -122,6 +122,8 @@
  mapperLocations: classpath*:mapper/**/*Mapper.xml
  # 加载全局的配置文件
  configLocation: classpath:mybatis/mybatis-config.xml
  configuration:
    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# PageHelper分页插件
pagehelper: