Spring Boot示例代码,附有博客文章,包含以下内容:配置讲解、日志、Druid、JPA、MyBatis、启动原理、数据校验、异常处理、定时任务、缓存、MQ、ElasticSearch、Spring Security、Shiro。
☆14Jun 21, 2022Updated 3 years ago
Alternatives and similar repositories for spring-boot-example
Users that are interested in spring-boot-example are comparing it to the libraries listed below
Sorting:
- Database persistence layer tool based auto-gen JDBC code☆13Nov 5, 2025Updated 4 months ago
- leveldbd是一个nosql数据库,底层使用leveldb作为存储引擎,提供REST接口☆12Jun 18, 2015Updated 10 years ago
- 数据基本清洗包括日期、时间、 数值、字符串、字符、金钱、数据库(mysql、postgresql、mongodb、hbase、hdfsmemcached)、加解密(md5、sha、base64、aes、rsa)、文件、http服务、正则表达式等,后期会不断更新。☆13Jul 25, 2018Updated 7 years ago
- micro-job是一款轻量级的分布式任务执行框架,内部集成了quartz框架来完成任务的分布式调度,quartz是一个强大的任务执行框架,但是quartz为我们提供的功能却是有限,我们较为关心的执行日志采集、任务失败重试、任务权重调度等,在原生的quartz框架内实现会较…☆15Jan 22, 2019Updated 7 years ago
- Hash tree enabling efficient comparisons☆11Jan 28, 2024Updated 2 years ago
- High Performance Marmotta Backend implementation in C++ (using gRPC and LevelDB)☆16Dec 12, 2015Updated 10 years ago
- 基于C++的可跨平台(主要针对win平台)的支持多线程的分布式缓存,兼容redis command,目前正在开发中。已经实现自适应Hash引擎(自动扩张和缩放)、无锁数据队列、Append持久化、过期键、replication、内存管理等功能,正在开发多数据结构支持。二期计…☆21May 12, 2023Updated 2 years ago
- a representation learning method that predicts the Fourier transform of state sequences to improve sample efficiency of RL algorithms.☆20Oct 26, 2023Updated 2 years ago
- mykit架构中独立出来的mykit-lock组件,旨在提供高并发架构下分布式系统的分布式锁架构。 分布式锁是控制分布式系统之间同步访问共享资源的一种方式。在分布式系统中,常常需要协调他们的动作。如果不同的系统或是同一个系统的不同主机之间共享了一个或一组资源,那么访问这…☆16Dec 5, 2023Updated 2 years ago
- Springboot整合Quartz,通过web界面动态地对HTTP任务进行增、删、改、查☆14May 16, 2024Updated last year
- C++ version of zookeeper☆15Oct 25, 2018Updated 7 years ago
- 🔥🔥🔥 mykit架构中独立出来的mykit-cache组件,封装了mykit架构下对于缓存cache的各种操作,使用者只需要引入相关的Jar包,即可实现对缓存的轻松操作。☆17Nov 15, 2022Updated 3 years ago
- ☆19Nov 10, 2025Updated 4 months ago
- MyRocks 文档翻译☆19Aug 23, 2019Updated 6 years ago
- ☆18Jun 21, 2022Updated 3 years ago
- SpringBoot实现Quartz动态调度-可视化页面操作(支持动态类,已存在java模块,命令模式执行命令和脚本)☆20Nov 21, 2018Updated 7 years ago
- 基于Vue的Task Manage的后管UI☆20Mar 5, 2023Updated 3 years ago
- 分布式leveldb☆23May 2, 2021Updated 4 years ago
- nosql database website (till 2019)☆40Jan 8, 2020Updated 6 years ago
- 线程池,使用了很多C++ 11的新特性, 流程和传统的差不多,但是代码简洁了很多。☆26Jul 4, 2018Updated 7 years ago
- 《java并发编程实战》 源码☆27Dec 7, 2016Updated 9 years ago
- 工作过程当中的实用工具类,脚本...☆38Jul 22, 2022Updated 3 years ago
- Spring boot2 combine with quartz, it can use web UI to config the dynamic scheduled job☆28Jun 14, 2018Updated 7 years ago
- 详细且纯粹的leveldb源码注解,注解总结链接:☆35Jan 28, 2018Updated 8 years ago
- SpringBoot SpringCloud开发整合☆38Mar 1, 2023Updated 3 years ago
- LiteSQL is a C++ ORM (object relational mapper) consisting of a codegenerator and C++ library that integrates C++ objects tightly to rela…☆37Oct 8, 2023Updated 2 years ago
- CTP之C#封装 最新版本合并到 hf_ctp_py_proxy 项目中, https://github.com/haifengat/hf_ctp_py_proxy☆34Jul 17, 2018Updated 7 years ago
- Code River Backend Platform (JAVA)☆40Jul 13, 2019Updated 6 years ago
- c++ operation database like mybatis☆36Apr 10, 2022Updated 3 years ago
- RocksDB compatible key value store and MyRocks compatible storage engine designed for KV SSD☆47Jun 21, 2022Updated 3 years ago
- 一个自己封装的基于reactor的c++网络库☆37Mar 14, 2016Updated 9 years ago
- 响应式开源个人博客(简洁清爽风格,基于通用Mapper 和 分页插件 PageHelper),可以查看效果,点击进入http://panhainan.com☆37Nov 16, 2022Updated 3 years ago
- Nova-LSM is a component-based design of the LSM-tree using fast and high bandwidth networks such as RDMA.☆52Dec 15, 2021Updated 4 years ago
- 基于C++使用 epoll + threadpool 实现的 webServer,支持GET、POST☆48Nov 27, 2018Updated 7 years ago
- Job Plus项目是基于SpringBoot+Vue的轻量级定时任务管理系统☆54May 16, 2024Updated last year
- custom-element-theme☆62Dec 25, 2018Updated 7 years ago
- 数据采集平台zdh,etl 处理服务☆72Nov 8, 2025Updated 4 months ago
- myrocks and rocksdb source code analysis(myrocks/rocksdb源码解析)☆81Oct 23, 2020Updated 5 years ago
- MySql数据库的连接池实现,多用户的数据库访问。能够很好的管理数据库的连接(C++)。☆75Oct 29, 2019Updated 6 years ago