摘要:
今天配置pagehelper,在pom文件中都使用的最新版本jar包,步骤都没问题,之后才发现是包的问题。 有问题:分页配置不起作用 <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper</artif 阅读全文
摘要:
<!-- 添加tomcat支持 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-tomcat</artifactId> <scope>provided</scop 阅读全文