AnsonQin's Stars
PanJiaChen/vue-element-admin
:tada: A magical vue admin https://panjiachen.github.io/vue-element-admin
jaywcjlove/linux-command
Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux
macrozheng/mall
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
forezp/SpringCloudLearning
《史上最简单的Spring Cloud教程源码》
sismics/docs
Lightweight document management system packed with all the features you can expect from big expensive solutions
cyhbyw/SpringCloudInAction_ZhaiYongChao
自己整理《SpringCloud微服务实战(翟永超)》后的源码
LibreCAD/LibreCAD
LibreCAD is a cross-platform 2D CAD program written in C++17. It can read DXF/DWG files and can write DXF/PDF/SVG files. It supports point/line/circle/ellipse/parabola/spline primitives. The user interface is highly customizable, and has dozens of translations.
lets-blade/blade
:rocket: Lightning fast and elegant mvc framework for Java8
alibaba/druid
阿里云计算平台DataWorks(https://help.aliyun.com/document_detail/137663.html) 团队出品,为监控而生的数据库连接池
otale/tale
🦄 Best beautiful java blog, worth a try
zhisheng17/blog
SpringBoot + Mybatis + thymeleaf 搭建的个人博客 http://www.54tianzhisheng.cn/
Big-Chinese-Cabbage/interest
Vue+Spring boot前后端分离项目(wh-web+wh-server的升级版)
xuwujing/springBoot-study
SpringBoot学习的相关工程并辅以博文讲解。主要包括入门的Hello World、自定义配置的获取、集成mybatis的xml和注解使用、集成jpa的使用、集成druid进行项目的监控、事物实战使用, 项目打包、使用logback日志文件管理、添加过滤器和拦截器、多数据源、Restful风格的服务、集成elasticsearch、redis、netty、集成jsp和thymeleaf、集成storm、kafka等相关技术。
cuzz1/springboot-learning
SpringBoot 常用技术整合
anselleeyy/logistics-back
物流后端项目,采用 Springboot 2.0 + Layui 2.3
anselleeyy/logistics-front
物流管理系统前端项目,基于 Layui-2.3.0,后端项目传送门:https://github.com/anselleeyy/logistics-back
githubofrico/RestSpringMVCDemo
RestSpringMVCDemo项目是一个基于Spring的符合REST风格的项目,具有MVC分层结构并实现前后端分离。该项目体现了一个具有REST风格项目的基本特征,即具有统一响应结构、 前后台数据流转机制(HTTP消息与Java对象的互相转化机制)、统一的异常处理机制、参数验证机制、Cors跨域请求机制以及鉴权机制。
FreeCodeCampChina/freecodecamp.cn
FCC China open source codebase and curriculum. Learn to code and help nonprofits.
yyx990803/laravel-vue-cli-3
Example project using Vue CLI 3 with Laravel
Foreveriss/SpringBoot
springboot用法和与各种框架、组件等结合使用,包括springboot的注解分析、路径分析、取得内置对象、项目打包、配置环境属性、读取资源文件、Bean配置、模板渲染、基于yml的多profile配置、基于properties的多profile、添加数据验证、配置错误页、全局异常处理、配置Tomcat运行、配置https访问路径、信息显示、内置对象、显示对象信息、文件上传、使用文件服务器、拦截器、配置druid数据库连接池、整合MyBatis框架、事务控制、Druid监控、整合ActiveMQ、整合RabbitMQ、整合kafka、邮件发送、定时调度、Actuator监控、整合Redis数据库、整合Restfui框架、整合Shiro
JeffLi1993/springboot-learning-example
spring boot 实践学习案例,是 spring boot 初学者及核心技术巩固的最佳实践。
TheAlgorithms/Java
All Algorithms implemented in Java