[JAVA] [Spring Boot] Role of each class

Model --Handling the data model

Controller --Annotation: @Controller --Only handle requests from the front desk and responses to the front desk

Service --Annotation: @Service --Providing business processing

Repository --Annotation: @Repository --DB access

Recommended Posts

[Spring Boot] Role of each class
Going out of message (Spring boot)
WebMvcConfigurer Memorandum of Understanding for Spring Boot 2.0 (Spring 5)
Form class validation test with Spring Boot
Challenge Spring Boot
Spring Boot Form
Spring Boot Memorandum
gae + spring boot
[FCM] Implementation of message transmission using FCM + Spring boot
The story of raising Spring Boot 1.5 series to 2.1 series
Various correspondence table of Spring Framework and Spring Boot
When @Transactional of Spring Boot does not work
[Java / Spring Boot] Spring security ④ --Implementation of login process
[Java / Spring Boot] Spring security ⑤ --Implementation of logout processing
[Verification] Comparison of Spring Boot vs Micronaut boot speed
Get the class name and method name of Controller executed by HandlerInterceptor of Spring Boot
Get the path defined in Controller class of Spring boot as a list
Specify the encoding of static resources in Spring Boot
Use of Date class
SPRING BOOT learning record 01
Spring Boot + Heroku Postgres
I checked asynchronous execution of queries in Spring Boot 1.5.9
Spring boot memo writing (1)
Access the built-in h2db of spring boot with jdbcTemplate
05. I tried to stub the source of Spring Boot
About DI of Spring ①
SPRING BOOT learning record 02
I tried to reduce the capacity of Spring Boot
Spring Boot2 cheat sheet
Nested structure of each
Spring Boot exception handling
Spring Boot Servlet mapping
Spring boot development-development environment-
Spring Boot learning procedure
About DI of Spring ②
Learning Spring Boot [Beginning]
How to use CommandLineRunner in Spring Batch of Spring Boot
Spring boot memo writing (2)
Create Restapi with Spring Boot ((1) Until Run of App)
Spring Boot 2.2 Document Summary
Test field-injected class in Spring boot test without using Spring container
[Spring Boot] DataSourceProperties $ DataSourceBeanCreationException
[Spring Boot] The story that the bean of the class with ConfigurationProperties annotation was not found
How to boot by environment with Spring Boot of Maven
Spring Boot 2.3 Application Availability
Spring boot tutorials Topics
Specify spring.profiles.active via context-param of web.xml in Spring Boot
Overview of Spring AOP
Download with Spring Boot
The story of raising Spring Boot from 1.5 series to 2.1 series part2
About the function of Spring Boot due to different versions
Change the injection target for each environment with Spring Boot 2
Minimal customization of Spring Boot error page (implementation of ErrorController interface)
Accelerate testing of Validators that require DI in Spring Boot
A story packed with the basics of Spring Boot (solved)
Extract SQL to property file with jdbcTemplate of spring boot
Execution of initial processing using Spring Boot Command Line Runner
Introductory hands-on for beginners of Spring 5 & Spring Boot 2 has been released
Introduction of library ff4j that realizes FeatureToggle with Spring Boot
Various switching application.properties for each environment when Spring Boot starts
[Spring Boot] Environment construction (macOS)