From a5236e06ca74a4b377913939e66e6ef84e68e079 Mon Sep 17 00:00:00 2001 From: kohou Date: Tue, 6 Aug 2019 17:16:07 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index e397156a..29c80a62 100644 --- a/Readme.md +++ b/Readme.md @@ -66,6 +66,7 @@ http://localhost:808/doc.html bootstrap-ui - 2017-11-03 按照阿里巴巴编程规范插件P3C优化代码 - 2017-11-03 合并`api`和`website`模块,访问`localhost:8080`会显示网站主页,访问`localhost:8080/api`会显示api管理界面 - 2018-04-09 将整个项目升级到spring boot2.0 release版本,api有较大变动 +- 2019-08-06 travis-ci指定jdk版本 From b5535c0e3a4f2e2c615dbf3381d06fb59ede2841 Mon Sep 17 00:00:00 2001 From: kohou Date: Tue, 6 Aug 2019 17:20:10 +0900 Subject: [PATCH 2/2] =?UTF-8?q?travis=20ci=20=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c4f11b7c..7851aebe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ language: java jdk: - - oraclejdk8 \ No newline at end of file + - oraclejdk8 +dist: trusty \ No newline at end of file