Skip to content

Project Structure

Geoff Bourne edited this page Dec 26, 2015 · 1 revision

The project structure follows the prescribed layout for Spring Boot projects built with Maven:

Top level

Contains the Maven pom.xml and self-installing mvnw wrapper scripts (generated by Spring Boot initializer)

src/main/java

Backend code

src/main/resources/static

Front end / web code

.../static/js

Angular module code

.../static/bits

HTML snippets "included" via Angular directives