├── application-home │   ├── conf │   │   └── │   ├── dictionary │   │   └── │   ├── resources │   │   └── │   ├── sql │   │   └── │   │        └── │   ├── xsl │   │   └── │   ├── application.xml │   └── beans.xml ├── src │   └── main │   ├── java │   └── resources │   └── test │   ├── java │   └── resources └── pom.xml