We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f1286 commit 6c493fbCopy full SHA for 6c493fb
src/main/java/com/github/_1c_syntax/bsl/languageserver/BSLLSPLauncher.java
@@ -64,7 +64,7 @@
64
synopsisSubcommandLabel = "[COMMAND [ARGS]]",
65
footer = "@|green Copyright(c) 2018-2022|@",
66
header = "@|green BSL language server|@")
67
-@SpringBootApplication
+@SpringBootApplication(scanBasePackageClasses = BSLLSPLauncher.class)
68
@Component
69
@ConditionalOnProperty(
70
prefix = "app.command.line.runner",
0 commit comments