fishey2 / java-component-template

A template project for Java based projects with Spring Boot 2, Gradle, Logback and JUnit5
MIT License
7 stars 0 forks source link

[Spike] Convert logging setup/test helper to an annotation? #36

Open fishey2 opened 4 years ago

fishey2 commented 4 years ago

If possible see if you can convert the logging setup and test helpers to annotations

The annotation/helper for test will be separated into another ticket.

fishey2 commented 4 years ago

Can use @Slf4j annotation for Logging handler, will look into converting TestHelper to annotation