Springboot學習(二)

Springboot進行查詢 概述 在配置完成後,就要開始進行基本功能的嘗試了,首先嚐試一下全部查詢,邏輯很簡單,逐層調用。在簡單的全部查詢的基礎上增加了分頁查詢,用的是github上的pagehelper插件。 過程 User類 package com.iron.demo.entity; public class User { private Integer id; priv
相關文章
相關標籤/搜索