- Notifications
You must be signed in to change notification settings - Fork24
🔰 📝 这可能是流程最清晰、代码最干净、注释最详细的 SpringBoot 入门项目咯,对于初学 SpringBoot 的同学非常具有参考与学习价值哟 ~
License
GoogTech/springboot-beginner
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
👍一个简单的,基于Spring Boot的好友备忘录小项目,通过本项目可以学习Spring Boot与MyBatis的整合及CURD操作的基本思路,同时也可以帮助你学习Thylemeaf模板引擎使用哟(请根据所需选择分支)~ 这可能是流程最清晰、代码最干净、注释最详细、最具扩展性的 SpringBoot 入门项目啦~ 可以说非常适合初学Sping Boot的同学哟(っ•̀ω•́)っ✎⁾⁾~
- 🔃
master: 基本的Spring Boot整合MyBatis (该代码的优化请参考refactor-190823分支) - 🔃
v2.0-redis: 在master分支上简单集成Redis - 🔃
refactor-190823: 重构并优化master分支代码,提高程序的可扩展性
❤️为了让更多同学快速地体验该项目,已通过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 │ 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.htmlmemo.sqleasyui/default_portrait.png📚更多有趣项目及详细学习笔记请前往我的个人博客哟(づ ̄3 ̄)づ╭❤~ :https://yubuntu0109.github.io/
👩💻学习笔记已全部开源 :https://github.com/YUbuntu0109/YUbuntu0109.github.io
☕ Look forward to your contribution, if you need any help, please contact me~ QQ : 3083968068
About
🔰 📝 这可能是流程最清晰、代码最干净、注释最详细的 SpringBoot 入门项目咯,对于初学 SpringBoot 的同学非常具有参考与学习价值哟 ~
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.