[JAVA] [Personal memo] About Spring framework

Self-introduction

This is my first year as a member of society who has just studied Java. Since I use the spring framework in my business, I have summarized it as a memo.

We are looking for advice on Java.

What is Spring Framework?

A very useful framework for developing web systems in Java (I wonder if it's too easy to say lol).

There are a lot of spring 〇〇 such as springMVC, springsecurity ...

Configuration (processing flow)

It's a crappy figure, but lol

springmvc-1.jpg

Client side

  1. HTML file or JSP file

Server side (2 to 6 are Java files) 2.controller Screen processing, etc.

3.service Processing that uses the value obtained from DB, etc.

4.form Where to hold the value entered in 1

  1. entity or domain Where to hold the value obtained from DB

6.mapper Connect with DB

  1. xml file Write SQL

Recommended Posts

[Personal memo] About Spring framework
Spring Framework self-study memo series_1
About Spring Framework context error
About Spring ③
spring framework Simple study memo (2): AOP
Spring retrospective memo
About Spring AOP
About spring AOP
About the initial display of Spring Framework
[Personal memo] I learned a little about modifiers
About the official start guide of Spring Framework
spring framework Simple study memo (1): ApplicationContext, Bean, Autowired
[Spring Framework] Configuration split
JJUG CCC Spring 2018 memo
Spring Framework multilingual support
About Spring Security authentication
1. Start Spring framework from 1
Spring Framework Summary-About DI
Spring Shell usage memo
Spring boot memo writing (1)
[Personal memo] try-catch summary
About DI of Spring ①
About Spring AOP Pointcut
About DI of Spring ②
MEMO about Rails 6 series
Spring boot memo writing (2)
Personal summary about Java
play framework personal notes
JJUG CCC 2018 Spring participation memo
Play Framework Study Memo Database ①
Spring Security usage memo CSRF
Spring Security usage memo Run-As
Personal memo Progate Ruby I (2)
[Swift] Closure basics (personal memo)
Spring Security Usage memo Method security
Spring Security usage memo Remember-Me
Personal memo Eclipse plug-in installation
First Play Framework personal notes
[Personal memo] Number guessing game
Personal memo Lombok's typical annotation
Personal memo Progate Ruby I (1)
Spring Security usage memo CORS
Spring Security usage memo test
About Spring DI related annotations
Java HashMap, entrySet [Personal memo]
Spring boot controller method memo
[Personal memo] About button (GUI) operation of Docker Desktop for Windows
Spring Security usage memo Authentication / authorization
◆ Spring Boot + gradle environment construction memo
Truffle Tutorial Slides Personal translation memo ①
Spring Framework 5.0 Summary of major changes
Play Framework Study Memo Database ②Read
Personal memo: Metaprogramming with Java reflection
Find out about environment variables (memo)
Spring Security usage memo response header
Java --Jersey Framework vs Spring Boot
About binding of Spring AOP Annotation
Memo after the first Spring project-MVC-
Spring Framework tools for Java developer
Spring Security usage memo session management
Spring Security usage memo Basic / mechanism