telescreen / spring-examples

Spring implementation patterns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this

A collection of common web patterns implemented in Spring Framework.

Why?

Modern Java web frameworks are powerful, yet it's hard for beginner to use them due to

  • The complexity of modern software architecture
  • The tacit knowledges of frameworks.
  • The lack of useful documentation.
  • The lack of step-by-step guides and explanations for why it is implemented as it is

This repository serves my 2 purposes:

  1. My personal memos. I want to learn modern software architecture / design, so I build things.
  2. Implements of common patterns in Spring.

Hope it is helpful for someone.

About

Spring implementation patterns

License:Apache License 2.0


Languages

Language:Java 54.1%Language:HTML 26.0%Language:Vue 7.2%Language:TypeScript 6.7%Language:CSS 3.7%Language:JavaScript 2.2%