Replace AOP-driven based time profiler with a simpler one based on lambdas

This commit is contained in:
2021-02-15 11:48:23 +01:00
parent f75d56ee01
commit 15549930e0
7 changed files with 49 additions and 53 deletions

View File

@@ -76,7 +76,6 @@ dependencies {
// Spring
api 'org.springframework.boot:spring-boot-starter'
api 'org.springframework.boot:spring-boot-starter-aop'
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'