mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-18 17:48: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