- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/mybatis/mybatis-spring-boot
软件介绍
Mybatis Spring Boot 是 MyBatis 和 Spring Boot 的集成。可以幫助你快速在 Spring Boot 項目中集成 MyBatis 。
依赖:
<dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactId> <version>2.0.0</version> </dependency>
2.0版本需要Java8+,MyBatis 3.5,MyBatis 2.0,Spring boot 2.0+。
Algorithms in C, Parts 1-4
Robert Sedgewick / Addison-Wesley Professional / 1997-9-27 / USD 89.99
"This is an eminently readable book which an ordinary programmer, unskilled in mathematical analysis and wary of theoretical algorithms, ought to be able to pick up and get a lot out of.." - Steve Sum......一起来看看 《Algorithms in C, Parts 1-4》 这本书的介绍吧!
