pageDate封装参数不用实体类 package com.model; import javax.servlet.http.HttpServletRequest; import java.util.*; /** * 说明:参数封装Map * @version */ public class PageData extends Hash
springboot启动类 package com; import java.util.Properties; import com.github.pagehelper.PageHelper; import org.springframework.boot.SpringApplication; import org.sprin
springboot配置yml文件 spring: application: name: projectManage resources : static-locations : classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classp