Coder Social home page Coder Social logo

chaosmin-cdpt's Introduction

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处理记录日志。

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.