Cloud Starter Loggable


Лицензия

Лицензия

Группа

Группа

com.minlia.cloud.starter
Идентификатор

Идентификатор

cloud-starter-loggable
Последняя версия

Последняя версия

2.0.0.RELEASE
Дата

Дата

Тип

Тип

jar
Описание

Описание

Cloud Starter Loggable
Cloud Starter Loggable
Система контроля версий

Система контроля версий

https://github.com/minlia-projects/cloud-starter-loggable

Скачать cloud-starter-loggable

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.minlia.cloud.starter/cloud-starter-loggable/ -->
<dependency>
    <groupId>com.minlia.cloud.starter</groupId>
    <artifactId>cloud-starter-loggable</artifactId>
    <version>2.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.minlia.cloud.starter/cloud-starter-loggable/
implementation 'com.minlia.cloud.starter:cloud-starter-loggable:2.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.minlia.cloud.starter/cloud-starter-loggable/
implementation ("com.minlia.cloud.starter:cloud-starter-loggable:2.0.0.RELEASE")
'com.minlia.cloud.starter:cloud-starter-loggable:jar:2.0.0.RELEASE'
<dependency org="com.minlia.cloud.starter" name="cloud-starter-loggable" rev="2.0.0.RELEASE">
  <artifact name="cloud-starter-loggable" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.minlia.cloud.starter', module='cloud-starter-loggable', version='2.0.0.RELEASE')
)
libraryDependencies += "com.minlia.cloud.starter" % "cloud-starter-loggable" % "2.0.0.RELEASE"
[com.minlia.cloud.starter/cloud-starter-loggable "2.0.0.RELEASE"]

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-configuration-processor Необязательный jar 2.0.0.RELEASE
org.projectlombok : lombok Необязательный jar 1.16.20
org.springframework.boot : spring-boot-starter-aop Необязательный jar 2.0.0.RELEASE
org.apache.commons : commons-lang3 Необязательный jar 3.7
aopalliance : aopalliance jar 1.0
org.aspectj : aspectjweaver Необязательный jar 1.8.13

Модули Проекта

Данный проект не имеет модулей.

MVC层自动记录调试日志(一般用于开发环境)

打印出请求参数与各项请求指标

Maven Central Apache License 2 Build Status Waffle.io - Columns and their card count

集成到自已的项目时添加依赖项

<dependency>
  <groupId>com.minlia.cloud.starter</groupId>
  <artifactId>cloud-starter-loggable</artifactId>
  <version>2.0.0.RELEASE</version>
</dependency>

应用配置项:

application-dev.yml

system:
  mvc:
    loggable:
      enabled: true

application-dev.properties

system.mvc.loggable.enabled=true
com.minlia.cloud.starter

MINLIA

Версии библиотеки

Версия
2.0.0.RELEASE