Change spring stuff to mvc extension instead of do

show splash screen after login
This commit is contained in:
rlawson
2014-08-06 09:28:57 -04:00
parent ba9b60a99c
commit abd594beae
11 changed files with 197 additions and 14 deletions

View File

@ -18,7 +18,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
@Controller
public class DummyService extends BaseService{
@RequestMapping(value = "/first.do", produces = "application/json")
@RequestMapping(value = "/first.mvc", produces = "application/json")
public @ResponseBody
List<String> firstNames() {
List<String> test = new ArrayList<String>();