Hi tapestry users, I'm developing my first bootique-tapestry project and I have some doubts.
In "traditional" tapestry projects (using maven), we have the folder src/main/webapp. In this folder I usually put files like robots.txt or another files for google and google bot. This files always showed in the http(s)://mydomain.com/robots.txt. I would like where I can put this static files with bootique. For other hand, the app.properties to use in all webapp have to be placed into src/main/webapp/WEB-INF/app.properties. The same question, where do I put this files? As a tapestry user from 2010, I have to say that I love to see integrations like bootique (or spring boot) to deploy my webapps easily in new environments (AWS). Best regards Carlos Montero