JavaAPICtrl.java 252 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 package com.ui.ctrl; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; /** * Created by fruwei on 2016/6/17. */ @Controller @RequestMapping("javaapi") public class JavaAPICtrl { }