spring boot 快速開發-數據持久層

我常使用的數據層有mybatis和 jpa mybatis 依賴 <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactId> <version>1.3.2</version> </dependency> 配置 #實體類 public c
相關文章
相關標籤/搜索