17:03:45.425 [main] DEBUG io.netty.util.internal.logging.InternalLoggerFactory -- Using SLF4J as the default logging framework
17:03:45.428 [main] DEBUG io.netty.util.ResourceLeakDetector -- -Dio.netty.leakDetection.level: disabled
17:03:45.428 [main] DEBUG io.netty.util.ResourceLeakDetector -- -Dio.netty.leakDetection.targetRecords: 4
(...)
17:03:45.645 [main] INFO app.App -- App (dev) started
17:03:45.645 [main] INFO app.App -- routes:
GET /
listening on:
http://localhost:8080/
is this in use ?? [2025-10-24 17:13:37,870]-[main] INFO app.App - App (dev) started
is this in use ?? [2025-10-24 17:13:37,872]-[main] INFO app.App - routes:
GET /
listening on:
http://localhost:8080/
pom.xml
conf/logback.xml
src/main/java/app/App.java
With v4:
With v3: