Eclipse+Maven src/main/java not visible in src folder in Package Explorer
问题 I'm wondering why I can't see following folders in src node in Package Explorer src/main/java src/main/resources src/test/java src/test/resources I can access those folders as direct children of the project and they exist in the file system. I'm using Spring Tool Suite (STS of Eclipse). Maybe I can configure Eclipse somehow ? 回答1: Eclipse filters out folders that are marked as source from the "raw" folder path. That is, they are visible only as source folders: If you can't see them in either