Cloud Starter Loggable


License

License

GroupId

GroupId

com.minlia.cloud.starter
ArtifactId

ArtifactId

cloud-starter-loggable
Last Version

Last Version

2.0.0.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Cloud Starter Loggable
Cloud Starter Loggable
Source Code Management

Source Code Management

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

Download cloud-starter-loggable

How to add to project

<!-- 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"]

Dependencies

compile (6)

Group / Artifact Type Version
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.0.0.RELEASE
org.projectlombok : lombok Optional jar 1.16.20
org.springframework.boot : spring-boot-starter-aop Optional jar 2.0.0.RELEASE
org.apache.commons : commons-lang3 Optional jar 3.7
aopalliance : aopalliance jar 1.0
org.aspectj : aspectjweaver Optional jar 1.8.13

Project Modules

There are no modules declared in this project.

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

Versions

Version
2.0.0.RELEASE