1.修复分页错误,pageHelper是从1开始,目前是在后端的+1解决。

2.增加忽略自己本身配置文件。
This commit is contained in:
BradyXuBin
2021-01-11 17:33:43 +08:00
parent 4005962c5b
commit 255d2d4581
2 changed files with 5 additions and 5 deletions

4
.gitignore vendored
View File

@@ -9,7 +9,7 @@
# Mobile Tools for Java (J2ME)
.mtj.tmp/
src/main/resources/application-*.yml
# Package Files #
#*.jar
*.war
@@ -18,7 +18,7 @@
*.zip
*.tar.gz
*.rar
*.iml
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/.idea/*