木木大叔

Results 4 issues of 木木大叔

I want use feign and springmvc controller like this: ``` @RequestMapping(value = "/save") String saveUser(@RequestJson(value = "user") User user, @RequestJson(value = "group") Group group); ``` feign build this param to...

icebox

in config.inc.php (version 1.6.2 ), if my php version is 7.1, this check will not pass. ``` // Check PHP version. if (!checkPHPVersion("5.3")) { echo "Wrong PHP version. The minimum...

准备通过 http://xxxx/musicn/ 的方式访问WEB地址,请问在哪里配置这个根路径?

enhancement

因为只有一个二级域名,想配置为 http://xxxx/musicn/ 这种方式访问,是只能修改源码吗?