We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d519323 commit 5bfb2e4Copy full SHA for 5bfb2e4
.travis.yml
@@ -0,0 +1,8 @@
1
+language: java
2
+
3
+sudo: false
4
5
+jdk:
6
+ - oraclejdk8
7
+ - oraclejdk7
8
+ - openjdk6
README.md
@@ -1,5 +1,8 @@
# Spring Boot 集成 MyBatis, 分页插件 PageHelper, 通用 Mapper
+[](https://travis-ci.org/abel533/MyBatis-Spring-Boot)
- [Spring Boot 1.5.1.RELEASE](https://github.com/spring-projects/spring-boot)
- [mybatis-spring-boot-starter](https://github.com/mybatis/spring-boot-starter)
- [mapper-spring-boot-starter](https://github.com/abel533/mapper-boot-starter)
0 commit comments