开源项目汇总(b站up主推荐

1.ssm项目

一个基于SSM实现的个人博客系统-----https://github.com/saysky/ForestBlog
一个基于SSM开源的论坛博客系统-----https://github.com/373675032/Molihub
一个基于SSM的学生管理系统-----https://github.com/YUbuntu0109/sms-ssm
一个基于SSM的宿舍管理系统-----https://github.com/Joyrocky/DormitoryManager

2…gitee

----羊哥推荐

项目类型 项目名称 项目网址
后台管理项目 JeeSite(ssm项目) https://gitee.com/thinkgem/jeesite?_from=gitee_search
商城类项目 微同商城(微信小程序) https://gitee.com/fuyang_lipengjun/platform?_from=gitee_search
秒杀类项目 spring-boot-seckill(秒杀案例合集) https://gitee.com/52itstyle/spring-boot-seckill?_from=gitee_search
支付类项目 roncoo-pay(龙果支付系统) https://gitee.com/roncoocom/roncoo-pay?_from=gitee_search
综合平台类项目 Cloud-Platform(后端服务的开发脚手架) https://gitee.com/geek_qi/cloud-platform?_from=gitee_search

3.github

羊哥讲解项目–玩转一个开源项目-halo

开源项目 项目网址 性质
halo https://github.com/halo-dev/halo springboot-个人博客
Hutool https://github.com/looly/hutool 工具集
piggymetrics https://github.com/sqshq/piggymetrics 微服务-多模块
Lanlp https://github.com/hankcs/HanLP
hansonwang99 https://github.com/hansonwang99 工具包

halo启动说明官方文档 :https://halo.run/archives/develop-application-start

git上面克隆项目时,不要直接下载压缩包,会有子文件下不下来,然后报错。用git命令方式克隆文件

3.1 git命令下载项目

1.在要下载的文件夹右键,选择git bash here
2.输入git init初始化
3.输入git clone +'url'

3.2 利用github查找开源项目

in:name example 名字中有“example”
in:readme example readme中有“example”
in:description example 描述中有“example”

stars:>1000 star>1000
forks:>1000 fork>1000
pushed:>2019-09-01 2019年9月1日后有更新的

language:java 用Java编写的项目

猜你喜欢

转载自blog.csdn.net/weixin_45773603/article/details/106120747