Springboot集成mybatis

Springboot集成mybatis 1.添加maven依赖 包括mybatis和要链接的数据库驱动,这里我链接的是postgres,使用MySQL的换成对应到依赖便可。java <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-bo
相关文章
相关标签/搜索