Spring Frameworks
spring boot 기반 프로젝트 공통 개발
까오기
2019. 1. 30. 22:32
프로젝트 개발 환경
- Spring Boot 2.x & gradle
- Thymeleaf 3.x
- ag-grid
- vuejs
공통 개발
- Restful Service 설계 및 프로젝트 구조 : https://eblo.tistory.com/42
- static 구조, webapp : 모듈 설계
- profile 설정 : https://eblo.tistory.com/58
- Message & Exception 설계와 처리 : https://eblo.tistory.com/48?category=735453
- error page 설정 : https://eblo.tistory.com/50?category=688215
- Controller : exception 처리, data binding
- Validation 처리
- Datasource 설정 : https://eblo.tistory.com/52?category=688215
- Log : https://eblo.tistory.com/60
- Cache : https://eblo.tistory.com/59
- Transaction
- Filter
- Message
- ObjectMapper : https://eblo.tistory.com/62
- Assert https://eblo.tistory.com/63
- Resource 디렉토리 설정 : https://eblo.tistory.com/51?category=688215
- Template 설정 : https://eblo.tistory.com/54?category=737346
- 화면 레이아웃 구성 : https://eblo.tistory.com/57