办学质量监测教学评价系统
康鲁杰
7 天以前 3041043370ee9dbbd7917b7843f4c72c03081e5e
ruoyi-admin/src/main/resources/application.yml
@@ -27,7 +27,7 @@
# 开发环境配置
server:
  # 服务器的HTTP端口,默认为8080
  port: 8080
  port: 6039
  servlet:
    # 应用的访问路径
    context-path: /
@@ -186,6 +186,7 @@
    # 关闭日志记录 (可单纯使用 p6spy 分析) org.apache.ibatis.logging.nologging.NoLoggingImpl
    # 默认日志输出 org.apache.ibatis.logging.slf4j.Slf4jImpl
    logImpl: org.apache.ibatis.logging.nologging.NoLoggingImpl
    use-actual-column-names: true
  global-config:
    # 是否打印 Logo banner
    banner: true
@@ -205,6 +206,7 @@
      # 字段验证策略之 select,在 select 的时候的字段验证策略既 wrapper 根据内部 entity 生成的 where 条件
      where-strategy: NOT_NULL
      columnFormat: '"%s"'
      table-underline: true
#      schema: DMSERVER # 达梦登录用户名称,通常为大写
# 数据加密