👍一个简单的,基于Spring Boot的好友备忘录小项目,通过本项目可以学习Spring Boot
与MyBatis
的整合及CURD操作的基本思路,同时也可以帮助你学习Thylemeaf
模板引擎使用哟 ! 该项目的代码注释详细,逻辑结构清晰,非常具有参考,学习价值哟 ! 可以说非常适合初学Sping Boot的同学啦(っ•̀ω•́)っ✎⁾⁾~
- 🔃
master
: Spring Boot整合MyBatis - 🔃
v2.0-redis
: Spring Boot整合MyBatis并集成Redis
❤️为了让更多同学快速地体验该项目,已通过mvn package
将master
分支打包,并将其作为v1.0
上传到了release
中~
- 项目主页面
- 好友信息管理页面
│ .gitattributes
│ LICENSE
│ README.md
│
├─database file
│ memo.sql
│
├─demonstration_picture
│ SpringBoot-CURD-Memo_FriendListView.PNG
│ SpringBoot-CURD-Memo_FriendListView2.PNG
│ SpringBoot-CURD-Memo_MainView.PNG
│
└─memo
│ .gitignore
│ mvnw
│ mvnw.cmd
│ pom.xml
│
│
└─src
└─main
├─java
│ └─pers
│ └─haungyuhui
│ └─memo
│ │ MemoApplication.java
│ │
│ ├─bean
│ │ Friend.java
│ │
│ ├─controller
│ │ StudentController.java
│ │
│ ├─dao
│ │ FriendMapper.java
│ │ FriendMapper.xml
│ │
│ ├─service
│ │ │ FriendService.java
│ │ │
│ │ └─impl
│ │ FriendServiceImpl.java
│ │
│ └─util
│ UploadFile.java
│
└─resources
│ application.properties
│
├─static
│ ├─easyui
│ │ │ jquery.easyui.min.js
│ │ │ jquery.min.js
│ │ │
│ │ ├─css
│ │ │ default.css
│ │ │ demo.css
│ │ │
│ │ ├─js
│ │ │ outlook2.js
│ │ │ validateExtends.js
│ │ │
│ │ └─themes
│ │ │(略..)
│ │
│ │
│ │
│ └─image
│ default_portrait.png
│
└─templates
friendList.html
intro.html
main.html
MemoApplication.java
memo.sql
easyui/
default_portrait.png
📚更多有趣项目及详细学习笔记请前往我的个人博客哟(づ ̄3 ̄)づ╭❤~ : https://yubuntu0109.github.io/
☕ Look forward to your contribution !
👨🎓 If you need any help, please contact me ~ QQ : 3083968068