This is a survey example using Spring Boot, Spring JDBC, Bean Validation, i18n, MapStruct, Simple Flat Mapper, Angular 5, Reactive Forms, Angular Material and H2
To launch the backend simply run
$./backend/mvnw spring-boot:run
And to launch the frontend run
$ ./frontend/yarn && yarn start
You can access Swagger api documentation at
http://${host}:${port}/swagger-ui.html
example
http://localhost:8080/swagger-ui.html