sevdokimov / log-viewer

Web UI for viewing logs
Apache License 2.0
497 stars 107 forks source link

LogViewer Autoconfiguration class is missing in current version #70

Open shortthirdman opened 3 years ago

shortthirdman commented 3 years ago

The following exception occurs when the current version (0.1.8 and 0.1.7) is integrated with Spring Boot 2.4.6 after following the guide in SB and demo application in the repo.

Exception: Caused by: java.io.FileNotFoundException: class path resource [com/logviewer/config/LogViewerAutoConfig.class] cannot be opened because it does not exist

shortthirdman commented 3 years ago

@sevdokimov Would need help in fixing this.