Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<description>这是一个集成了Mybatis分页插件和通用Mapper的示例项目</description>
<url>http://maven.apache.org</url>


<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
4 changes: 4 additions & 0 deletions upload.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
git status
git add -A
git commit -m 'ddd'
git push