All Projects → landy8530 → Designpatterns

landy8530 / Designpatterns

Licence: apache-2.0
经典设计模式讲解以及项目实战(Java版)

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Designpatterns

Rude Java
Java Practice Projects. 以Java语言为主的各种项目实践,涵盖各个业务、各个功能,并附上高质量文章讲解,其中一些甚至可以单开一个仓库。让你再也不用寻找各种框架demo、项目脚手架。
Stars: ✭ 583 (+7.96%)
Mutual labels:  spring, design-patterns
Learningsummary
涵盖大部分Java进阶需要掌握的知识,包括【微服务】【中间件】【缓存】【数据库优化】【搜索引擎】【分布式】等等,欢迎Star~
Stars: ✭ 201 (-62.78%)
Mutual labels:  spring, design-patterns
Javastudspringmvcweb
This is annotation based on Spring and Hibernate Version 4 project.
Stars: ✭ 24 (-95.56%)
Mutual labels:  spring, design-patterns
Program Blog
Practice, thinking and reading
Stars: ✭ 228 (-57.78%)
Mutual labels:  spring, design-patterns
Javabrainmap
Java 体系涉及到的各方面知识点脑图总结,万物皆脑图。The knowledge of all aspects of the Java system is summarized in the brain map.
Stars: ✭ 33 (-93.89%)
Mutual labels:  spring, design-patterns
Tobetopjavaer
To Be Top Javaer - Java工程师成神之路
Stars: ✭ 22,056 (+3984.44%)
Mutual labels:  spring, design-patterns
Spring Cloud Security
Security concerns for distributed applications implemented in Spring
Stars: ✭ 488 (-9.63%)
Mutual labels:  spring
Circlebar
A fun, easy-to-use tab bar navigation controller for iOS.
Stars: ✭ 513 (-5%)
Mutual labels:  design-patterns
Cerberus
A demonstration of a completely stateless and RESTful token-based authorization system using JSON Web Tokens (JWT) and Spring Security.
Stars: ✭ 482 (-10.74%)
Mutual labels:  spring
Line Bot Sdk Java
LINE Messaging API SDK for Java
Stars: ✭ 484 (-10.37%)
Mutual labels:  spring
Javacodeacc
Java代码积累 | 大话设计模式(Java实现版本)、线程协作
Stars: ✭ 537 (-0.56%)
Mutual labels:  design-patterns
Java Interview Question
🔥Java面试题集中营,做了一些解答及相关知识点整理🔥
Stars: ✭ 531 (-1.67%)
Mutual labels:  spring
Nacos Spring Boot Project
Nacos ECO Project for Spring Boot
Stars: ✭ 508 (-5.93%)
Mutual labels:  spring
Sts4
The next generation of tooling for Spring Boot, including support for Cloud Foundry manifest files, Concourse CI pipeline definitions, BOSH deployment manifests, and more... - Available for Eclipse, Visual Studio Code, and Theia
Stars: ✭ 490 (-9.26%)
Mutual labels:  spring
Spring Guide
Spring 실전 가이드
Stars: ✭ 521 (-3.52%)
Mutual labels:  spring
Designpatternslibrary
A comprehensive design patterns library implemented in C#, which covers various design patterns from the most commonly used ones to the lesser-known ones. Get familiar with and learn design patterns through moderately realistic examples.
Stars: ✭ 485 (-10.19%)
Mutual labels:  design-patterns
Spring Data R2dbc
Provide support to increase developer productivity in Java when using Reactive Relational Database Connectivity. Uses familiar Spring concepts such as a DatabaseClient for core API usage and lightweight repository style data access.
Stars: ✭ 534 (-1.11%)
Mutual labels:  spring
Cloud Design Patterns
Prescriptive Architecture Guidance for Cloud Applications
Stars: ✭ 484 (-10.37%)
Mutual labels:  design-patterns
Light Reading Cloud
📚 轻松阅读,基于SpringCloud生态开发的阅读类APP微服务实战项目,涉及 SpringCloud-Gateway、Nacos、OpenFeign、Hystrix、Jwt、ElasticSearch 等技术的应用
Stars: ✭ 506 (-6.3%)
Mutual labels:  spring
Rust Design Pattern
rust design patterns
Stars: ✭ 529 (-2.04%)
Mutual labels:  design-patterns

写在前面

主要内容

为了更系统的学习设计模式,特地开了这样一个基于Java的设计模式【集中营】,都是笔者在实际工作中用到过或者学习过的一些设计模式的一些提炼或者总检。慢慢地初见规模,也有几个朋友给我点鼓励,给了star。本文工程主要计划以下几大块,希望大家也可以一起加入进来,扩大Java设计模式这块的运用场景的提炼。

  1. 设计模式简介:主要介绍各种设计模式的概念和运用场景等
  2. 设计模式综合运用:主要是笔者在实际工作中运用到的一些设计模式综合运用事例的提炼
  3. Spring设计模式简介:主要是讲述Spring源码中运用到的一些设计模式(将来增加)
  4. Ibatis设计模式简介:主要是讲述Ibatis源码中运用到的一些设计模式(将来增加)

分享说明

本文所有文档和代码为笔者亲测可用,部分来源于网络(主要是【设计模式简介】模块,如有侵权,请联系笔者),如果大家有任何问题,都可以提交issue,或者提交PR等。

设计模式简介

设计模式综合运用

Spring Framework设计模式

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].