actions-on-google / smart-home-dashboard

Apache License 2.0
73 stars 27 forks source link

Can't run standalone #18

Closed khenderick closed 5 years ago

khenderick commented 5 years ago

I could not run it locally. However, I managed to fix it by:

  1. Remove the tomcat exclusion in the pom.xml for spring-boot-starter-web.
  2. Build with the command mvn clean package spring-boot:repackage

Not sure whether that would have any impact on e.g. running it on the app engine.

paulschuetz commented 5 years ago

please fix the readme!

Fleker commented 5 years ago

I'm checking this out now.

Fleker commented 5 years ago

Seems like the changes suggested here do not prevent the App Engine deployment.