# README

## 목표

SpringBoot 2.0을 공부하면서 몰랐던 점과 요약정리에 대한 Summary를 올립니다.

## 개발환경

OSX(Mac OS Mojave), Spring Tool suite4, JAVA 8

## 목차

* [2019-09-03](https://github.com/Djunnni/Springboot-Summary/blob/master/2019-09-03.md) : SpringBoot 처음 사용할 때 + Lombok 설명
* [2019-09-04](https://github.com/Djunnni/Springboot-Summary/blob/master/2019-09-04.md) : Spring Data JPA&#x20;
* [2019-09-05](https://github.com/Djunnni/Springboot-Summary/blob/master/2019-09-05.md) : Spring Data JPA를 이용한 쿼리 활용
* [2019-09-06](https://github.com/Djunnni/Springboot-Summary/blob/master/2019-09-06.md) : JPA 연관관계 처리
* [2019-09-07](https://github.com/Djunnni/Springboot-Summary/blob/master/2019-09-07.md) : Thymeleaf 사용법
* [2019-09-08](https://github.com/Djunnni/Springboot-Summary/blob/master/2019-09-08.md) : Spring MVC 를 이용한 게시판 구현연습
* [2019-10-05](https://github.com/Djunnni/Springboot-Summary/blob/master/2019-10-05.md) : SpringSecurity4 JDBC Authorize
* [2019-10-10](https://github.com/Djunnni/Springboot-Summary/blob/master/2019-10-10.md) : Maven 에서 Gradle 로 전환하기
* [2019-10-19](https://github.com/Djunnni/Springboot-Summary/blob/master/2019-10-19.md) : React + SpringBoot 프로젝트 만들기
* [2019-11-30](https://github.com/Djunnni/Springboot-Summary/blob/master/2019-11-30.md) : SpringSecurity 인증 후 로그인 객체는 어떻게?&#x20;
* [2019-12-01](https://github.com/Djunnni/Springboot-Summary/blob/master/2019-12-01.md) : SpringBoot에서 Amazon SES 서비스 사용하기
* [2019-12-05](https://github.com/Djunnni/Springboot-Summary/blob/master/2019-12-05.md) : SpringBoot에서 ElasticBeanStalk ebextensions 파일 만들기

## 부록

* [Querydsl](https://github.com/Djunnni/Springboot-Summary/blob/master/appendix/querydsl.md) : Querydsl 설치법 및 사용법&#x20;
* [Mysql\_error\_solution](https://github.com/Djunnni/Springboot-Summary/blob/master/appendix/mysql_error_solution.md) : MYSQL 오류 발생시에 상황과 대처법
* [SpringSecurity Ajax CSRF solution](https://github.com/Djunnni/Springboot-Summary/blob/master/appendix/SpringSecurity-Ajax-CSRF-solution.md) : SpringSecurity 에서 Ajax 사용시 403 Forbidden 해결하는 방법(CSRF)
* [Heroku Deploy](https://github.com/Djunnni/Springboot-Summary/blob/master/appendix/heroku-deploy.md) : SpringBoot - Heroku deploy
* [Spring rename](https://github.com/Djunnni/Springboot-Summary/blob/master/appendix/spring-rename.md) : SpringBoot에서 Package, project name 변경하기
* [Gradle Error solution](https://github.com/Djunnni/Springboot-Summary/blob/master/appendix/gradle_error_solution.md) : Eclipse 내부 Gradle 문제 상황과 해결방법
* [React Error solution](https://github.com/Djunnni/Springboot-Summary/blob/master/appendix/react_error_solution.md) : React 연동과정에서 발생하는 문제 상황과 해결방법
* [thymeleaf LocalDateTime](https://github.com/Djunnni/Springboot-Summary/blob/master/appendix/Thymeleaf_LocalDateTime.md) : Thymeleaf에서 LocalDateTime 사용하는 방법
* [JpaAuditing 사용하기](https://github.com/Djunnni/Springboot-Summary/blob/master/appendix/JpaAuditing.md) : JpaAuditing을 통한 시간 동기화
* [AWS RDS timezone과 charset 변경](https://github.com/Djunnni/Springboot-Summary/blob/master/appendix/rds_kst_time.md) : AWS RDS timezone과 charset 변경

## Template

프로젝트 템플릿을 저장한 공간입니다. 편하게 활용하세요 : )

## Contact

Summary를 만드는데 여러분의 의견을 참고하고 싶습니다. 더 좋은 Summary를 만들기 위해 많은 연락 부탁드립니다.

E-mail : <djunnni@gmail.com>
