Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/woosungkim0123/spring-jpa-deep-dive
Repository for Spring and JPA Learning
https://github.com/woosungkim0123/spring-jpa-deep-dive
jpa spring
Last synced: 5 days ago
JSON representation
Repository for Spring and JPA Learning
- Host: GitHub
- URL: https://github.com/woosungkim0123/spring-jpa-deep-dive
- Owner: woosungkim0123
- Created: 2022-07-03T14:35:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-17T10:54:47.000Z (8 months ago)
- Last Synced: 2024-03-17T11:41:16.833Z (8 months ago)
- Topics: jpa, spring
- Language: Java
- Homepage:
- Size: 4.33 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring, JPA Deep Dive
## 소개
스프링과 JPA에 대한 심층적인 학습을 위한 저장소입니다.
## 목차
### Spring
[[ Spring Core ]](https://github.com/woosungkim0123/spring-jpa-deep-dive/tree/master/spring_core)
- 객체 지향 프로그래밍
- 스프링 컨테이너
- 스프링 빈[[ Spring MVC - 1 ]](https://github.com/woosungkim0123/spring-jpa-deep-dive/tree/master/spring_mvc_basic)
- 서블릿 ~ MVC 패턴
- 요청, 응답 매핑
- HTTP 메시지 컨버터[[ Spring MVC - 2 ]](https://github.com/woosungkim0123/spring-jpa-deep-dive/tree/master/spring_mvc_advance)
- 타임리프 기초
- Form 처리
- 메세지, 국제화
- Validation
- 로그인 처리[[ Spring JDBC - 1 ]](https://github.com/woosungkim0123/spring-jpa-deep-dive/tree/master/spring_jdbc_basic)
- JDBC 이해
- 트랜잭션 이해[[ Spring JDBC - 2 ]](https://github.com/woosungkim0123/spring-jpa-deep-dive/tree/master/spring_jdbc_advance)
[[ Spring AOP ]](https://github.com/woosungkim0123/spring-jpa-deep-dive/tree/master/spring_aop)
- 로그 추적기
- 로그 추적기 (프록시)
- AOP 적용[[ Spring Boot ]](https://github.com/woosungkim0123/spring-jpa-deep-dive/tree/master/spring_boot)
### JPA
[[ JPA - 1 ]](https://github.com/woosungkim0123/spring-jpa-deep-dive/tree/master/jpa_basic)
[[ JPA - 2 ]](https://github.com/woosungkim0123/spring-jpa-deep-dive/tree/master/jpa_utilization)
[[ JPA Spring Data JPA ]](https://github.com/woosungkim0123/spring-jpa-deep-dive/tree/master/jpa_spring_data_jpa)
[[ JPA QueryDSL ]](https://github.com/woosungkim0123/spring-jpa-deep-dive/tree/master/jpa_querydsl)