mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-26 21:53:14 +08:00
This commit reverts to `@RequestMapping` as certain endpoints are invoked with `GET` or `POST`. This is a temporary measure as we need to figure out and properly document allowed methods for all endpoints Closes gh-615