[general] Make AutoChecker to display version info

This commit is contained in:
Dom Eori
2022-08-15 04:44:47 +09:00
parent fcac09f58a
commit 21153dd082
4 changed files with 68 additions and 44 deletions

View File

@@ -15,7 +15,7 @@ public class WebConfig implements WebMvcConfigurer {
private final boolean AQUAVIEWER_ENABLED;
public WebConfig(@Value("${aquaviewer.server.enable:true}") boolean AQUAVIEWER_ENABLED) {
public WebConfig(@Value("${aquaviewer.server.enable}") boolean AQUAVIEWER_ENABLED) {
this.AQUAVIEWER_ENABLED = AQUAVIEWER_ENABLED;
}