Skip to content

Commit b708cf8

Browse files
authored
Merge pull request #2902 from EightM/feature/spring-up
Поднятие зависимости спринга
2 parents b0490a9 + b232090 commit b708cf8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616
id("io.freefair.maven-central.validate-poms") version "6.5.1"
1717
id("me.qoomon.git-versioning") version "6.3.2"
1818
id("com.github.ben-manes.versions") version "0.42.0"
19-
id("org.springframework.boot") version "2.6.7"
19+
id("org.springframework.boot") version "2.7.4"
2020
id("io.spring.dependency-management") version "1.0.14.RELEASE"
2121
id("io.github.1c-syntax.bslls-dev-tools") version "0.7.0"
2222
id("ru.vyarus.pom") version "2.2.1"

src/main/java/com/github/_1c_syntax/bsl/languageserver/configuration/LanguageServerConfiguration.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public class LanguageServerConfiguration {
8989
@JsonProperty("documentLink")
9090
@Setter(value = AccessLevel.NONE)
9191
private DocumentLinkOptions documentLinkOptions = new DocumentLinkOptions();
92-
92+
9393
@JsonProperty("formatting")
9494
@Setter(value = AccessLevel.NONE)
9595
private FormattingOptions formattingOptions = new FormattingOptions();
@@ -109,11 +109,11 @@ public class LanguageServerConfiguration {
109109
@Setter(value = AccessLevel.NONE)
110110
private File configurationFile;
111111

112-
@Value("${app.configuration.path}")
112+
@Value("${app.configuration.path}:.bsl-language-server.json")
113113
@JsonIgnore
114114
private String configurationFilePath;
115115

116-
@Value(("${app.globalConfiguration.path}"))
116+
@Value(("${app.globalConfiguration.path}:${user.home}/.bsl-language-server.json"))
117117
@JsonIgnore
118118
private String globalConfigPath;
119119

0 commit comments

Comments
 (0)