mirror of https://gitee.com/y_project/RuoYi.git
新增演示地址
parent
b2203fce02
commit
a19b31dbc5
|
@ -20,7 +20,7 @@
|
|||
12. 在线构建器:拖动表单元素生成相应的HTML代码
|
||||
13. 连接池监视:监视当期系统数据库连接池状态,可进行分析SQL找出系统性能瓶颈。
|
||||
|
||||
## 系统演示
|
||||
## 系统演示 ## [www.ruoyi.name](http://www.ruoyi.name)
|
||||
|
||||

|
||||
|
||||
|
|
Binary file not shown.
|
@ -12,6 +12,7 @@ import org.springframework.web.bind.annotation.PostMapping;
|
|||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.ResponseBody;
|
||||
import com.ruoyi.framework.aspectj.lang.annotation.Log;
|
||||
import com.ruoyi.framework.web.controller.BaseController;
|
||||
import com.ruoyi.framework.web.domain.JSON;
|
||||
import com.ruoyi.project.system.dept.domain.Dept;
|
||||
import com.ruoyi.project.system.dept.service.IDeptService;
|
||||
|
@ -23,7 +24,7 @@ import com.ruoyi.project.system.dept.service.IDeptService;
|
|||
*/
|
||||
@Controller
|
||||
@RequestMapping("/system/dept")
|
||||
public class DeptController
|
||||
public class DeptController extends BaseController
|
||||
{
|
||||
private String prefix = "system/dept";
|
||||
|
||||
|
|
Loading…
Reference in New Issue