{"id":18906716,"url":"https://github.com/tellsea/spring-boot-templete","last_synced_at":"2025-04-15T04:31:40.985Z","repository":{"id":37164790,"uuid":"192735631","full_name":"Tellsea/spring-boot-templete","owner":"Tellsea","description":"💋spring boot 项目实战基础脚手架，提供基础增、删、改、查模板，批量删除，局部刷新，多条件模糊查询，视图切换，设置显示字段，动态分页等功能","archived":false,"fork":false,"pushed_at":"2022-06-21T01:18:47.000Z","size":1034,"stargazers_count":41,"open_issues_count":4,"forks_count":9,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-04T07:41:26.576Z","etag":null,"topics":["bootstrap","bootstrap-table","bootstrapvalidator","mybatis","springboot","thymeleaf","tkmapper","toastr"],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tellsea.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-19T13:16:31.000Z","updated_at":"2023-03-03T12:37:09.000Z","dependencies_parsed_at":"2022-09-05T18:00:57.655Z","dependency_job_id":null,"html_url":"https://github.com/Tellsea/spring-boot-templete","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tellsea%2Fspring-boot-templete","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tellsea%2Fspring-boot-templete/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tellsea%2Fspring-boot-templete/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tellsea%2Fspring-boot-templete/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tellsea","download_url":"https://codeload.github.com/Tellsea/spring-boot-templete/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223658188,"owners_count":17181127,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","bootstrap-table","bootstrapvalidator","mybatis","springboot","thymeleaf","tkmapper","toastr"],"created_at":"2024-11-08T09:18:30.160Z","updated_at":"2024-11-08T09:18:30.770Z","avatar_url":"https://github.com/Tellsea.png","language":"HTML","readme":"# Spring Boot 基础实战项目\n\n支持作者就star一下，谢谢 🎉🎉\n\n💋spring boot 项目实战基础脚手架，提供基础增、删、改、查模板，批量删除，局部刷新，多条件模糊查询，视图切换，设置显示字段，动态分页等功能\n\n## 技术栈\n前端\n\n|名称| 版本 |说明|官网|\n|:--|:--|:--|:--|\n| jQuery| 3.4.1 | JavaScript 的封装库| [官网](http://jquery.com/) |\n| Bootstrap | 3.3.7 | 前端 UI  框架| [官网](https://www.bootcss.com/) |\n| Bootstrap-Table | 1.14.2 | 提供丰富的表格插件  框架| [官网](https://bootstrap-table.com/) |\n| BootstrapValidator| 3.3.7 | 基于 Bootstrap 的表单验证插件| [官网](http://bootstrapvalidator.votintsev.ru/api/) |\n| Toastr| 3.3.7 | 提供轻量级的消息提示插件| [官网](https://codeseven.github.io/toastr/) |\n\n后台\n\n|名称| 版本 |\n|:--|:--|\n| Spring Boot | 2.1.5.RELEASE |\n| Lombok | 1.18.8 |\n| Thymeleaf | 3.0.11.RELEASE |\n| Fastjson | 1.2.51 |\n| Mybais TK | 2.1.0 |\n\n## 功能与优点\n- 增加用户\n- 删除用户\n- 更新用户\n- 查询用户\n- 批量删除用户\n- 局部表格数据刷新\n- 多条件模糊查询\n- 数据显示视图切换\n- 动态设置显示字段列\n- 分页功能\n- 高亮显示搜索关键字\n\n这一套综合起来，相关技术熟练之后，只需要不断的套模板即可，是不是更加的方便呢\n\n## 启动项目\n第一点：是后台使用的端口是8080，要是端口被占用的话，修改 application.yml 文件中的 server.port 即可\n\n第二点：这里需要注意的是前端的页面使用的 UI 框架或者插件的 css ，js 文件都是使用的 BootCDN ，也就是说本地是没有静态文件的，全都是在网上，所以项目想要正常访问的话，需要保证电脑联网，当然，你也可以把相关的静态文件下载下来，然后引入页面即可 —— 来自懒惰的小海绵\n\n常用的CDN，[BootCDN](https://www.bootcdn.cn/)\n\n## 预览图\n\n![在这里插入图片描述](https://github.com/Tellsea/spring-boot-templete/blob/master/doc/images/0.png)\n\n![在这里插入图片描述](https://github.com/Tellsea/spring-boot-templete/blob/master/doc/images/1.png)\n\n![在这里插入图片描述](https://github.com/Tellsea/spring-boot-templete/blob/master/doc/images/2.png)\n\n![在这里插入图片描述](https://github.com/Tellsea/spring-boot-templete/blob/master/doc/images/3.png)\n\n![在这里插入图片描述](https://github.com/Tellsea/spring-boot-templete/blob/master/doc/images/4.png)\n\n![在这里插入图片描述](https://github.com/Tellsea/spring-boot-templete/blob/master/doc/images/5.png)\n\n![在这里插入图片描述](https://github.com/Tellsea/spring-boot-templete/blob/master/doc/images/6.png)\n\n![在这里插入图片描述](https://github.com/Tellsea/spring-boot-templete/blob/master/doc/images/7.png)\n\n![在这里插入图片描述](https://github.com/Tellsea/spring-boot-templete/blob/master/doc/images/8.png)\n\n## 交流学习\n\n![在这里插入图片描述](https://github.com/Tellsea/springboot-learn/blob/master/doc/images/emoticon1.jpg)\n![交流学习](https://github.com/Tellsea/springboot-learn/blob/master/doc/images/qq-group.png)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftellsea%2Fspring-boot-templete","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftellsea%2Fspring-boot-templete","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftellsea%2Fspring-boot-templete/lists"}