Create execution time measurement aspect

This commit is contained in:
2021-02-03 22:13:22 +01:00
parent 46baed4335
commit 73d0d94553
7 changed files with 61 additions and 2 deletions

View File

@@ -46,6 +46,7 @@ dependencies {
// Spring
implementation 'org.springframework.boot:spring-boot-starter'
implementation 'org.springframework.boot:spring-boot-starter-aop'
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'