All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.additional-spring-configuration-metadata.json Maven / Gradle / Ivy

Go to download

Custom Spring Boot Starter,Provide Http Request Log Print And Isolation Spring Bean Power

There is a newer version: 0.1.7
Show newest version
{
  "properties": [
    {
      "name": "app.modify-response-status",
      "type": "java.lang.Boolean",
      "defaultValue": true,
      "description": "是否修改 http 返回状态,修改总是返回成功 200 ,屏蔽其他状态"
    },
    {
      "name": "app.log-request",
      "type": "java.lang.Boolean",
      "defaultValue": true,
      "description": "是否打印 http 请求"
    },
    {
      "name": "app.http-content-length",
      "type": "java.lang.Integer",
      "defaultValue": 20480,
      "description": "打印 http 报文大小限制,单位 byte ,默认长度 20480"
    },
    {
      "name": "app.log-request-mapping",
      "type": "java.lang.Boolean",
      "defaultValue": true,
      "description": "是否打印 Controller 接口入参和出参"
    },
    {
      "name": "spring.startup.bootstrap.enable",
      "type": "java.lang.Boolean",
      "defaultValue": false,
      "description": "是否启用分包容器"
    },
    {
      "name": "spring.startup.bootstrap.main-classes",
      "type": "java.util.List",
      "description": "设置 spring 主容器对应的启动类列表,串联级联,按照顺序配置"
    },
    {
      "name": "spring.startup.bootstrap.classes",
      "type": "java.util.List",
      "description": "设置 spring 容器路径,该实现类存在注解 @SpringBootApplication "
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy