摘要:
@Overridepublic R<Boolean> excelImport(MultipartFile file, Long projectId) { try { InputStream is = FileMagic.prepareToCheckMagic(file.getInputStream( 阅读全文
摘要:
@GetMapping(value = "/excel_export")@ApiOperation(value = "excel导出", notes = "excel导出", httpMethod = "GET")public void excelExport(HttpServletRequest 阅读全文
摘要:
server: port: 8080 #指定滑动验证码类型 滑动:blockpuzzle 点选:clickwordspring: profiles: active: blockpuzzle #滑动验证码配置aj: captcha: jigsaw: classpath:images/jigsaw #底 阅读全文
摘要:
spring: autoconfigure: exclude: org.springframework.cloud.netflix.ribbon.RibbonAutoConfiguration #非常重要 sca 兼容sc2020 重要配置 jackson: default-property-inc 阅读全文