File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/main/java/com/github/_1c_syntax/bsl/languageserver Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 31
31
import org .springframework .boot .WebApplicationType ;
32
32
import org .springframework .boot .autoconfigure .EnableAutoConfiguration ;
33
33
import org .springframework .boot .builder .SpringApplicationBuilder ;
34
+ import org .springframework .cache .annotation .EnableCaching ;
34
35
import org .springframework .context .ConfigurableApplicationContext ;
35
36
import org .springframework .context .annotation .ComponentScan ;
36
37
import org .springframework .core .io .DefaultResourceLoader ;
40
41
41
42
@ EnableAutoConfiguration
42
43
@ ComponentScan ("com.github._1c_syntax.bsl.languageserver" )
44
+ @ EnableCaching (proxyTargetClass = true )
43
45
public class BSLLSBinding {
44
46
45
47
@ Getter (lazy = true , value = AccessLevel .PRIVATE )
You can’t perform that action at this time.
0 commit comments