| | |
| | | private IZfPropertyService zfPropertyService; |
| | | |
| | | @GetMapping("/all") |
| | | public AjaxResult listAll(@RequestBody ZfProperty zfProperty){ |
| | | public AjaxResult listAll(ZfProperty zfProperty){ |
| | | Integer pageNum = Convert.toInt(ServletUtils.getParameter(PAGE_NUM), 1); |
| | | Integer pageSize = Convert.toInt(ServletUtils.getParameter(PAGE_SIZE), 10); |
| | | return zfPropertyService.selectUserList(zfProperty,pageNum,pageSize); |
| | |
| | | url: jdbc:mysql://localhost:3306/ruoyi?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | username: root |
| | | password: ZhangApp123! |
| | | # password: 123456 |
| | | # 从库数据源 |
| | | slave: |
| | | # 从数据源开关/默认关闭 |
| | |
| | | redis: |
| | | # 地址 |
| | | host: localhost |
| | | # host: 192.168.88.68 |
| | | # 端口,默认为6379 |
| | | port: 6379 |
| | | # 数据库索引 |