issues
search
curtisullerich
/
attendance
An attendance application built for the Iowa State University Cyclone Football 'Varsity' Marching Band.
MIT License
6
stars
2
forks
source link
Remove app.yaml, we can instead use web.xml and appengine-web.xml directly
#257
Closed
danstiner
closed
10 years ago
danstiner
commented
10 years ago
app.yaml is not well supported for java, the recommended method is to use web.xml and appengine-web.xml directly rather than generating them
Specifically the appengine maven plugin does not play well with app.yaml