Merge pull request #5 from spring-projects/maven-build

Simplify dependency resolution. Refactorings.
This commit is contained in:
Alex Boyko
2016-12-16 10:45:22 -05:00
committed by GitHub
14 changed files with 610 additions and 466 deletions

View File

@@ -60,8 +60,8 @@ import com.google.common.collect.ImmutableList;
public class BootPropertiesLanguageServer extends SimpleLanguageServer {
public static final JavaProjectFinder DEFAULT_PROJECT_FINDER = new DefaultJavaProjectFinder(new IJavaProjectFinderStrategy[] {
new JavaProjectWithClasspathFileFinderStrategy(),
new MavenProjectFinderStrategy()
new MavenProjectFinderStrategy(),
new JavaProjectWithClasspathFileFinderStrategy()
});
private static final String YML = ".yml";

View File

@@ -19,6 +19,9 @@ public class FooProperties {
private Color color;
//Map Enum -> Atomic
/**
* Some color names. Do you see me?
*/
private Map<Color,String> colorNames;
//Map Atomic -> Enum