-
Notifications
You must be signed in to change notification settings - Fork 11
Home
Vyacheslav Klapatnyuk edited this page May 6, 2018
·
11 revisions
Eclair - Java Spring library for AOP logging.
Provides annotations for declarative logging of annotated method execution. Includes abstractions for annotations processing, simple implementation and Spring Boot starter with auto-configuration.
Eclair compatible with Java 8, Spring Boot 1.5.0+.
Add this to your POM:
<dependency>
<groupId>ru.tinkoff</groupId>
<artifactId>eclair-spring-boot-starter</artifactId>
<version>0.8.3</version>
</dependency>
07.05.2018 - 0.8.3
Corrected optional classes usage in auto-configuration
06.05.2018 - 0.8.2
Published on Maven Central Repository
25.04.2018 - 0.8.1
Removed Lombok dependency
24.04.2018 - 0.8.0
Basic features