Building-API

1.SpringBoot 3.x 기반 API 구축

post-thumbnail

2.Run SpringBoot Application

post-thumbnail

3.Application configuration, print `Hello World!`

post-thumbnail

4.Database install and connection

post-thumbnail

5.Extra edition) change spring boot banner

post-thumbnail

6.Create DB Table and JPA Entity

post-thumbnail

7.Create API Operation(1) - Search all

post-thumbnail

8.Create API Operation(2) - Search by condition

post-thumbnail

9.Common Response Structure

post-thumbnail

10.Extra edition) Multilingual processing

post-thumbnail

11.Global Exception Handler

post-thumbnail

12.Common response code and message processing

post-thumbnail

13.@MappedSuperclass and @EnableJpaAuditing

post-thumbnail

14.Create API Operation(3) - Create

post-thumbnail

15.Create API Operation(4) - Update

post-thumbnail

16.Create API Operation(5) - Delete

post-thumbnail

17.Custom Exception

post-thumbnail

18.Validation using @Valid @Validated

post-thumbnail

19.Java object mapping, MapStruct

post-thumbnail

20.Swagger, API document automation

post-thumbnail

21.Swagger detail settings

post-thumbnail

22.Swagger Operation Customizing

post-thumbnail

23.JPA 연관 관계 설정(1) - N:1, 1:N

post-thumbnail

24.JWT (Json Web Token) + Spring Security 인증

post-thumbnail

25.RSA cryptosystem 적용

post-thumbnail

26.AES cryptosystem 적용

post-thumbnail

27.RSA + AES 하이브리드 암호화

post-thumbnail

28.Filter, Interceptor, AOP 차이

post-thumbnail