deanwong / aop-studyLinks
☆10Updated 8 years ago
Alternatives and similar repositories for aop-study
Users that are interested in aop-study are comparing it to the libraries listed below
Sorting:
- 虽然很多人已经使用了JDK8,看到不少代码,貌似大家对于Java语言or SDK的使用看起来还是停留在7甚至6。 Java8在流式 or 链式处理,并发 or 并行方面增强了很多,函数式的风格使代码可读性更高 。 希望通过这个分享,多达200+例子的演示,让…☆114Updated 8 years ago
- springboot 学习mybatis+mysql读写分离(一写多读)+事务☆124Updated 7 years ago
- ☆154Updated 9 years ago
- 多个spring 和ActiveMQ结合的项目,其中springMQ6最有参考价值,能运行,并且是maven项目,后加的springMQ7是纯java项目,只有activeMQ,能成功运行。这些项目都要开启activeMQ,在bin里面的activemq.bat☆74Updated 10 years ago
- RabbitMQ为异步消息处理提出了一个很好的解决方案,它是一个非常好用的消息中间件,主要用于中间件的解耦,同时,Spring Boot为RabbitMQ提供了支持, Spring Boot为Rabbit准备了spring-boot-starter-amqp,spring-…☆180Updated 8 years ago
- 基于spring_boot 2.6+版本的项目框架 Spring_boot 2.6+ based project framework☆80Updated 10 months ago
- SpingBoot框架使用与研究项目。☆176Updated 6 years ago
- SpringBoot 学习☆145Updated 8 years ago
- 我们在这里将对一个集成了Spring MVC+Hibernate+Apache Shiro的项目进行了一个简单说明。这个项目将展示如何在Spring MVC 中使用Apache Shiro来构建我们的安全框架。☆35Updated 9 years ago
- 多线程秒杀的Demo(多种锁机制:synchronize、ReentrantLock、ReentrantReadWriteLock、redis和zookeeper实现的分布式锁等)☆64Updated 8 years ago
- 基于SpringCloud 的微服务,订单,支付,商场(活动),工作流,用户,短信,极光☆205Updated 9 months ago
- Spring Boot技术栈示例代码,手把手快速上手教程。☆55Updated 4 years ago
- 这是一个对文件存储、 JDK8日期,分布式锁、分布式限流、跨域请求,国际化、防XSS攻击、关键字脱敏的增强包,拥有良好的扩展性,一切功能都是基于注解化驱动☆212Updated 10 months ago
- maven多模块化,springboot项目,基础各种微服务、 搜索引擎☆227Updated 3 years ago
- springboot 使用 redis guava caffeine 缓存示例☆157Updated 3 years ago
- 分布式锁的简单实现☆107Updated 8 years ago
- Springboot2,Spring源码学习项目,涉及SpringBoot2 自动装配实现机制,Spring AOP动态代理以及IOC各种扩展接口的实现方式。☆118Updated 4 years ago
- Spring-boot 集成druid数据库连接池,Spring-boot实现druid的动态数据源,Spring-boot实现定时任务schedule,spring-boot集成mybatis☆185Updated 7 years ago
- SpringCloud案例☆60Updated 7 years ago
- ☆60Updated 8 years ago
- Dubbo Spring Boot 最佳实践整合 Demo☆67Updated 7 years ago
- spring boot 实践学习案例,是 spring boot 初学者及核心技术巩固的最佳实践。