All Projects → cmlbeliever → Springbootlearning

cmlbeliever / Springbootlearning

SpingBoot框架使用与研究项目。

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Springbootlearning

Sns Forum Website
牛客网高级项目(SNS+社区问答类网站)
Stars: ✭ 143 (-15.88%)
Mutual labels:  springboot
Priest
dubbo mybatis springboot base soa rest api framework with customer code generator
Stars: ✭ 160 (-5.88%)
Mutual labels:  springboot
Spring Boot Keycloak Tutorial
Easily Secure your Spring Boot Apps with Keycloak
Stars: ✭ 165 (-2.94%)
Mutual labels:  springboot
Ifarm
后台管理系统,前后端分离,后端SpringBoot+Shiro+MyBatis+Redis,前端Vue+ElementUI+Axios
Stars: ✭ 151 (-11.18%)
Mutual labels:  springboot
Netease Cloud Music Community
参照网易云音乐云村做的一个小程序社区,后端技术栈为Java,SpringBoot,MySQL,Redis,前端技术栈为uni-app。欢迎吐槽。
Stars: ✭ 157 (-7.65%)
Mutual labels:  springboot
Ruoyi Cloud
(RuoYi)官方仓库 基于Spring Boot、Spring Cloud & Alibaba的分布式微服务架构权限管理系统
Stars: ✭ 160 (-5.88%)
Mutual labels:  springboot
Tropical Fish
Pragmatic 风格的 Java EE 后端开发脚手架,开箱即用。基于 SpringBoot,技术选型采用主流的框架(Mybatis-Plus,Redisson,Xxl-job,Swagger)。项目特点:自定义查询语法, 可以自由组装查询条件查询数据,配合代码生成模块,提高研发效率;自定义 service 方法级别的文档生成规则,在业务方法增加必要的注解,可生成方法调用树,快速把握复杂代码业务逻辑。
Stars: ✭ 142 (-16.47%)
Mutual labels:  springboot
Easyadmin
简易的java后台管理框架,基于SpringBoot+FreeMark+ace admin+mysql
Stars: ✭ 169 (-0.59%)
Mutual labels:  springboot
Spring Boot Examples
个人学习 SpringBoot2.x 写的一些示例程序,目前正在持续更新中.....
Stars: ✭ 159 (-6.47%)
Mutual labels:  springboot
My Blog
🌴A simple & beautiful blogging system implemented with spring-boot & thymeleaf & mybatis My Blog 是由 SpringBoot + Mybatis + Thymeleaf 等技术实现的 Java 博客系统,页面美观、功能齐全、部署简单及完善的代码,一定会给使用者无与伦比的体验
Stars: ✭ 2,400 (+1311.76%)
Mutual labels:  springboot
Spring Data Jpa Reference Documentation
Spring Data JPA 参考指南 中文版
Stars: ✭ 154 (-9.41%)
Mutual labels:  springboot
Spring Boot Vue Bank
我,请始皇[打钱]是一个前后端分离的工具人系统,项目采用 SpringBoot+Go+Vue 开发,项目加入常见的企业级应用所涉及到的技术点,例如 Redis、RabbitMQ 等(主要是多用用工具多踩踩坑)。
Stars: ✭ 157 (-7.65%)
Mutual labels:  springboot
Spring Cq
新框架 https://github.com/ProtobufBot/ProtobufBot 。这是一个spring boot starter。基于SpringBoot的QQ机器人框架,demo分支是例子,jar分支是框架。
Stars: ✭ 161 (-5.29%)
Mutual labels:  springboot
Technology Talk
汇总java生态圈常用技术框架、开源中间件,系统架构、数据库、大公司架构案例、常用三方类库、项目管理、线上问题排查、个人成长、思考等知识
Stars: ✭ 12,136 (+7038.82%)
Mutual labels:  springboot
Liugh Parent
SpringBoot+SpringCloud Oauth2+JWT+MybatisPlus实现Restful快速开发后端脚手架
Stars: ✭ 2,112 (+1142.35%)
Mutual labels:  springboot
Myrestutil
基于springboot的rest调用框架,定义接口然后即可直接注入使用。
Stars: ✭ 143 (-15.88%)
Mutual labels:  springboot
Crown
Based on SpringBoot2, Crown builds a rapidly developed web application scaffolding.
Stars: ✭ 161 (-5.29%)
Mutual labels:  springboot
Lzhpo Shiro
美观、漂亮,我抽离出来的,拿来即用的简单后台管理系统!
Stars: ✭ 170 (+0%)
Mutual labels:  springboot
Spring Tutorial
本项目是我个人在编写Spring Boot系列博客的源代码,会持续不断更新。如果项目中的代码有错误,望大家一起勘正~。
Stars: ✭ 169 (-0.59%)
Mutual labels:  springboot
Spring Boot Leaning
Spring Boot 2.X 最全课程代码
Stars: ✭ 2,008 (+1081.18%)
Mutual labels:  springboot

SpringBoot Learning

此项目主要作为SpringBoot学习,和根据实际项目对SpringBoot进行配置改造
主要使用框架:SpringBoot(Spring,SpringMVC),MyBatis,Ehcache,Rabbitmq,JavaMail。
项目持续维护中...

全新的参数缓存框架

一个专注于提升管理页面开发难度的参数缓存框架,简化参数保存流程,支持分布式与集群拓展,详见:https://github.com/cmlbeliever/cacheable-search

博客资源

项目结构

  • web项目整合了多种web项目需求功能,详情点我跳转
  • rabbitmq项目是对rabbitmq框架整合Spring的学习与研发的工程,详情点我跳转
  • RabbitmqSpringBoot项目是对rabbitmq框架整合SpringBoot的学习与研发的工程,详情点我跳转
  • DynamicDataSource项目是db自动对读写分离整合SpringBoot的学习与研发的工程,详情点我跳转
  • SpringJpa项目是使用Spring-Data-Jpa,进行数据操作,实现读写分离功能。详情点我跳转
  • Async: Async使用与线程池测试详情点我跳转

rabbitmq工程说明

以Spring与Spring的方式整合rabbitmq

RabbitmqSpringBoot

以Spring与SpringBoot的方式整合rabbitmq

web工程说明

整合了web开发常用的功能与框架,如Shiro,I18n,邮件,mybatis等功能。

DynamicDataSource工程说明

通过AbstractRoutingDataSource对DB动态读写分离,博客地址:http://blog.csdn.net/cml_blog/article/details/78224798

Async工程说明

@Async 使用场景和线程使用说明,博客地址:https://blog.csdn.net/cml_blog/article/details/80849728

#web工程问题与解决#

更多信息请查看wiki

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].