Spring Boot Student

Alternatives To Spring Boot Student
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Javaguide132,440
a day ago70apache-2.0Java
「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
Advanced Java69,309
4 days ago2cc-by-sa-4.0Java
😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers | 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识
Mall64,475
2 days ago32apache-2.0Java
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
Architect Awesome57,200
5 months ago62
后端架构师技术图谱
Interview_internal_reference34,630
15 days ago30Python
2021年最新总结,阿里,腾讯,百度,美团,头条等技术面试题目,以及答案,专家出题人分析汇总。
Javafamily31,639
7 months ago
【Java面试+Java学习指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。
Vhr25,705
15 days ago206Java
微人事是一个前后端分离的人力资源管理系统,项目采用SpringBoot+Vue开发。
Redisson20,87586418112 hours ago188August 24, 2022347apache-2.0Java
Redisson - Easy Redis Java client with features of In-Memory Data Grid. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, MyBatis, RPC, local cache ...
Eladmin19,484
9 days ago37apache-2.0Java
项目基于 Spring Boot 2.1.0 、 Jpa、 Spring Security、redis、Vue的前后端分离的后台管理系统,项目采用分模块开发方式, 权限控制采用 RBAC,支持数据字典与数据权限管理,支持一键生成前后端代码,支持动态路由
Zheng16,403
4 months ago77mitJava
基于Spring+SpringMVC+Mybatis分布式敏捷开发系统架构,提供整套公共微服务服务模块:集中权限管理(单点登录)、内容管理、支付中心、用户管理(支持第三方登录)、微信平台、存储系统、配置中心、日志分析、任务和通知等,支持服务治理、监控和追踪,努力为中小型企业打造全方位J2EE企业级开发解决方案。
Alternatives To Spring Boot Student
Select To Compare


Alternative Project Comparisons
Readme

麻烦移步帮我点一下 Star,非常感谢您的支持!(layering-cache)

layering-cache是一个支持分布式环境的多级缓存框架,使用方式和spring-cache类似。一级缓存使用Caffeine作为本地缓存,二级缓存使用redis作为集中式缓存。一级缓存和二级缓存的数据一致性是通过推和拉两种模式相结合的方式来实现的。推主要是基于redis的pub/sub机制,拉主要是基于消息队列和记录消费消息的偏移量来实现的。

xiaolyuh/layering-cache

作者信息

捐赠

项目的发展离不开你的支持,请作者喝杯咖啡吧!

微信-支付宝

技术支持

捐赠100元以上的用户可享有需求优先解决、协助部署、二次开发帮助。

微信

spring-boot-student

spring-boot-student-banner

spring-boot-student-config

  • Spring 安全配置@ConfigurationProperties的使用
  • 自定义properties并使用@PropertySource注解引入配置文件,使用@Value获取属性值
  • 通过@ImportResource注解引入XML配置

Spring Boot 核心-外部配置

spring-boot-student-log

  • Spring Boot日志配置
  • Spring Boot 使用XML配置日志
  • Spring Boot 切换日志框架
  • logback配置异步日志
  • Logback 快速定位用户在一次请求中的所有日志

Spring Boot 日志配置

Logback 快速定位用户在一次请求中的所有日志

spring-boot-student-profile

  • Spring Boot Profile配置

Spring Boot Profile 配置

spring-boot-student-data-jpa

  • Spring boot 和Spring data jpa配置
  • DBCP2连接池配置
  • Spring Boot连接池分析
  • Spring MVC Test(测试Controller)

Spring Boot+Spring Data Jpa+DBCP2数据源

dbcp2数据源配置详解

Spring Boot中Datasource配置分析

Spring MVC 测试

spring-boot-student-mybatis

  • Spring boot集成Mybatis和PageHPagehelper分页
  • Mybatis一级缓存分析
  • Mybatis二级缓存分析
  • Mybatis自带二级缓存的配置
  • Mysql查询的执行过程

Spring Boot+Mybatis+Pagehelper分页

MySQL查询的执行过程

《深入理解mybatis原理》 Mybatis数据源与连接池

MyBatis的一级缓存实现详解

MyBatis的二级缓存实现详解

MyBatis缓存机制的设计与实现

spring-boot-student-mybatis-ehcache

  • Spring Boot集成Mybatis
  • 使用ehcache作为Mybatis的二级缓存

Spring Boot + Mybatis + Ehcache 二级缓存实例

Spring Boot + Mybatis + 二级缓存实例(Ehcache,Redis)

spring-boot-student-mybatis-redis

  • Spring Boot集成Mybatis
  • 使用Redis作为Mybatis的二级缓存
  • 通过实现ApplicationContextAware接口获取Spring容器,并获取容器中的Bean

Spring Boot + Mybatis + Redis二级缓存实例

Spring Boot + Mybatis + 二级缓存实例(Ehcache,Redis)

spring-boot-student-mybatis-druid 自己定制

  • Druid简介
  • Druid数据源配置
  • Druid监控的配置
  • Spring Boot与Druid集成

Druid简介(Spring Boot + Mybatis + Druid数据源)

maven替换中央仓库- 阿里云

spring-boot-student-mybatis-druid-2

  • Spring Boot 使用druid连接池连接数据库(官方start)

Druid简介(Spring Boot + Mybatis + Druid数据源【官方start】)

spring-boot-student-encode

  • AES,MD5,SHA1加密算法

加密算法 AES MD5 SHA1

spring-boot-student-data-jpa-transaction

  • 开启事务
  • Spring 事务类型
  • Spring 事务原理
  • Spring 事务的实现方式
  • Spring 事务的注意事项

Spring Boot Spring事务管理

Spring Boot AOP代理

spring-boot-student-cache

  • 缓存的简介
  • Spring对缓存支持
  • 开启声名式缓存支持
  • 声名式缓存注解
  • Spring Boot的支持

Spring Boot 数据缓存 Cache

Spring Boot缓存实战 默认Cache(ConcurrentMapCacheManager)

spring-boot-student-cache-ehcache

  • Spring Boot 使用 ehcache作为 Spring 缓存

Spring Boot缓存实战 EhCache

spring-boot-student-cache-redis

  • Spring Boot缓存实战 Redis
  • Spring Boot 使用 redis作为 Spring 缓存(自动刷新缓存)
  • 自动刷新缓存
  • redis key、value的序列化
  • java反射
  • 线程池

Spring Boot缓存实战 Redis

Spring Boot Cache + redis 设置有效时间和自动刷新缓存,时间支持在配置文件中配置

Redis 序列化方式StringRedisSerializer、FastJsonRedisSerializer

Spring Redis Cache @Cacheable 大并发下返回null

spring-boot-student-cache-caffeine

  • Spring Boot 使用 caffeine作为 Spring 缓存
  • caffeine 简介

Caffeine 缓存

Spring Boot 与 Caffeine的集成

spring-boot-student-cache-redis-caffeine

  • 基于redis + caffeine实现的多级缓存

Redis 序列化方式StringRedisSerializer、FastJsonRedisSerializer和KryoRedisSerializer

Spring Boot缓存实战 Redis + Caffeine 实现多级缓存

spring-boot-student-data-mongo

  • Spring Boot 使用Spring data mongo 操作mongodb数据库

spring-boot-student-data-redis

  • Spring Boot 使用Spring data redis 操作redis数据库

spring-boot-student-data-redis-distributed-lock

  • 基于redis实现的分布式锁
  • 分布式锁的实现方案

基于 redis 实现的分布式锁(一)

基于 redis 实现的分布式锁(二)

spring-boot-student-drools

spring-boot-student-stock-redis

spring-boot-student-rabbitmq

spring-boot-student-monitor

spring-boot-student-validated

spring-boot-student-guava-retrying

spring-boot-student-spring-retry

spring-boot-student-completable-future

Popular Spring Projects
Popular Redis Projects
Popular Frameworks Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Java
Spring
Redis
Rabbitmq
Mybatis
Druid