spring-boot-actuator-logview
spring-boot-actuator-logview copied to clipboard
Simple logfile viewer as spring boot actuator endpoint
[Incremental compilation](https://docs.gradle.org/current/userguide/performance.html#incremental_compilation). Gradle recompile only the classes that were affected by a change. This feature is the default since Gradle 4.10. For an older versions, we can activate it by...
This is the exception/error when application is built or run using Maven: `Caused by: java.lang.NoClassDefFoundError: org/springframework/boot/actuate/endpoint/mvc/MvcEndpoint at java.lang.ClassLoader.defineClass1(Native Method) ~[na:1.8.0_291] at java.lang.ClassLoader.defineClass(ClassLoader.java:756) ~[na:1.8.0_291] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[na:1.8.0_291] at java.net.URLClassLoader.defineClass(URLClassLoader.java:468) ~[na:1.8.0_291] at...
Hi, i have a problem with this version. Thanks in advance. java.lang.IllegalStateException: Error processing condition on org.springframework.boot.actuate.autoconfigure.audit.AuditAutoConfiguration$AuditEventRepositoryConfiguration Caused by: java.lang.IllegalStateException: Failed to introspect Class [eu.hinsch.spring.boot.actuator.logview.LogViewEndpointAutoconfig] from ClassLoader [sun.misc.Launcher$AppClassLoader@73d16e93] Caused by:...
Hi, Does it work with Spring Version 2.0.1.RELEASE??? I want to stream logs to UI in a Multi Tenant Application, Please suggest if it'll work. Thanks in advance.
Caused by: java.lang.IllegalStateException: Cannot load configuration class: eu.hinsch.spring.boot.actuator.logview.LogViewEndpointAutoconfig . . . Caused by: java.lang.ClassNotFoundException: org.springframework.boot.actuate.endpoint.mvc.MvcEndpoint
Sadly my IDE fixed a lot of "syntax errors" and i cant be bothered to revert them. I dont mind if you dont merge it, i just wanted to give...