neo4j-examples / neo4j-ogm-university

Example Project for Neo4j OGM
53 stars 37 forks source link

app not finding bower resources when using spring boot #3

Closed ikwattro closed 9 years ago

ikwattro commented 9 years ago

When starting the application with mvn spring-boot:run the webserver is starting but the web application try to find the bower assets in $PROJECT_DIR/src/main/webapp/bower_components while when using bower install they are installed under $PROJECT_DIR/bower_components.

This PR mainly add a bower configuration file to install the bower assets in the looked up directory and adds this directory in the .gitignore file.

ikwattro commented 9 years ago

fixes #2