| | |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | |
| | | import java.io.IOException; |
| | | |
| | | import static com.ruoyi.common.core.page.TableSupport.PAGE_NUM; |
| | | import static com.ruoyi.common.core.page.TableSupport.PAGE_SIZE; |
| | | @Anonymous |
| | |
| | | private IArchiveDoublePdfGenerateService iArchiveDoublePdfGenerateService; |
| | | |
| | | @GetMapping("/testConn") |
| | | public AjaxResult testCon() |
| | | { |
| | | iArchiveDoublePdfGenerateService.testConnection(); |
| | | public AjaxResult testCon() throws IOException { |
| | | iArchiveDoublePdfGenerateService |
| | | .testConnection(); |
| | | return AjaxResult.success("2134"); |
| | | } |
| | | } |