上一页 1 ··· 62 63 64 65 66 67 68 69 70 ··· 162 下一页
摘要: 可以在 .travis.yml 文件中定义使用的 JDK 版本。 在文件中: jdk: - openjdk8 在上面中定义了 JDK 的版本。 如希望使用 JDK 11 的版本的话,你可以定义为: jdk: - openjdk11 下面的代码,然后再提交代码到 CI 中进行编译。 然后通过 CI 的 阅读全文
posted @ 2020-12-22 23:03 huyuchengus 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 具体的提示错误信息如下: uploading "asciidoc/js/jquery-3.2.1.min.js" with {:content_type=>"application/javascript"} /home/travis/.rvm/gems/ruby-2.4.5/gems/aws-sdk 阅读全文
posted @ 2020-12-22 22:23 huyuchengus 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 为了便于访问,你可以使用我们提供的一个仓库来在本地进行编译参考文档。 然后通过访问能够在本地查看参考文档,如下图。 克隆仓库 为了加快访问速度,我们将 GitHub 的内容同步到了 Gitee 上。 你可以先克隆仓库到你的本地。 仓库地址为:https://gitee.com/cwikius/spr 阅读全文
posted @ 2020-12-21 23:53 huyuchengus 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 在对 Spring Batch 源代码进行编译的时候,提示仓库配置错误错误: org.gradle.api.resources.ResourceException: Could not get resource 'http://repo.spring.io/plugins-release/org/s 阅读全文
posted @ 2020-12-21 23:11 huyuchengus 阅读(449) 评论(0) 推荐(0) 编辑
摘要: 从 GitHub 克隆一个项目下发出现了错误: error: unable to create file spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src/test/resources/org/springfram 阅读全文
posted @ 2020-12-20 23:04 huyuchengus 阅读(355) 评论(0) 推荐(0) 编辑
摘要: 这个参数是 required 确定在 API 中的参数中是否必须要输出参数。 在默认情况下为 true,你可以设置这个参数为 false。 如果你设置的参数为 true,但是在提交参数的时候没有提交这个参数,你的 API 将会返回一个异常。 考察下面的代码: @GetMapping("/search 阅读全文
posted @ 2020-12-20 00:22 huyuchengus 阅读(734) 评论(0) 推荐(0) 编辑
摘要: 提示的错误信息如下: *Command line is too long*. Shorten *command line* for 解决办法 有下面 2 个方法都可以解决这个问题。 修改应用 首先需要选择 Application,然后选择编辑。 然后通过上面选择 JAR 的配置。 修改 worksp 阅读全文
posted @ 2020-12-08 03:05 huyuchengus 阅读(1127) 评论(0) 推荐(0) 编辑
摘要: 在使用 Jenkins 进行编译的时候提示错误: The JAVA_HOME environment variable is not defined correctly This environment variable is needed to run this program NB: JAVA_ 阅读全文
posted @ 2020-12-07 05:08 huyuchengus 阅读(719) 评论(0) 推荐(0) 编辑
摘要: 一般来说你可以使用 Apache Tika 来获得文件的类型。 Tika 是一个内容分析工具 Maven 设置 maven 的版本到你的 POM 文件中。 <!-- https://mvnrepository.com/artifact/org.apache.tika/tika-core --> <d 阅读全文
posted @ 2020-12-05 22:48 huyuchengus 阅读(758) 评论(0) 推荐(0) 编辑
摘要: 在处理文件的时候 POI 提示错误: org.apache.poi.ooxml.POIXMLException: Strict OOXML isn't currently supported, please see bug #57699 at org.apache.poi.ooxml.POIXMLD 阅读全文
posted @ 2020-12-05 22:09 huyuchengus 阅读(1475) 评论(0) 推荐(0) 编辑
上一页 1 ··· 62 63 64 65 66 67 68 69 70 ··· 162 下一页