package org.pqh.controller; import org.pqh.core.model.Config; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; /** * Created by reborn on 2017/9/14. */ @Controller @RequestMapping("/config") public class ConfigController extends BaseController { }