Skip to content

chaosmin/chaosmin-cdpt

Repository files navigation

chaosmin-framework

Base web application framework

Quality Gate Status Build Status License GitHub code size in bytes GitHub repo size


系统配置

网关拦截

对请求连接有权限校验, 目前支持读写操作区分

默认读写用户 admin/nimda

默认只读用户 reader/redaer

不过滤以下url

  1. /auth/**
  2. /event/**
  3. /ddl-change
  4. /system/ping-without-auth

HTTP access log

通过配置log.access.enable=true来打开HTTP请求记录日志。

日志实现类为tech.chaosmin.framework.web.filter.AccessLogFilter

底层日志依托于logback配置中的requestInfoAppenderAsync

Web handler provider log

通过配置log.provider.enable=true来打开WebHandlerProvider处理记录日志。

日志基于切面实现, 通过文本组装出入参并打印至日志文件。

Releases

No releases published

Packages

No packages published