Spring Boot整合Mybatis Plus的簡單使用

建立spring boot項目 項目結構 java 配置pom.xml文件(只列出了主要配置)mysql <!-- 數據庫鏈接驅動 --> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <scope>runtime</sc
相關文章
相關標籤/搜索