248 Star 2.2K Fork 1K

baomidou / mybatis-plus-samples

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 246 Bytes
一键复制 编辑 原始数据 按行查看 历史
Your Name 提交于 2021-08-02 11:59 . add cache
language: java
sudo: false
jdk:
- openjdk8
before_install:
- export TZ='Asia/Shanghai'
- chmod +x mvnw
script:
- mvn cobertura:cobertura
after_success:
- bash <(curl -s https://codecov.io/bash)
cache:
directories:
- $HOME/.m2
1
https://gitee.com/baomidou/mybatis-plus-samples.git
git@gitee.com:baomidou/mybatis-plus-samples.git
baomidou
mybatis-plus-samples
mybatis-plus-samples
master

搜索帮助