Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- AOP
- DDL
- redis
- DI
- jpa
- 열 속성
- select_type
- lambda
- 바이너리 카운팅
- hashcode
- cache
- jwt
- 조합
- StringBuilder
- java
- static
- 필드 주입
- 테스트 코드
- Spring
- equals
- stream
- SQL
- VUE
- MSA
- Test
- 재정의
- 생성자 주입
- docker
- KEVISS
- 인덱스
Archives
- Today
- Total
목록Programming/구현 (2)
백엔드 개발자 블로그
구현(기능)
도메인 Entity DB에 반영됨 Dto DB에 반영 안됨 Controller DI Mapping 인수 Service 사용 Response 규격화 Service DI Respository 사용 Entity -> Dto Repository JpaRepository 상속 customize 가능 Error 처리 Log Configure 빈생성 프론트엔드 HTML JS CSS Thymeleaf
Programming/구현
2023. 8. 22. 10:23
구현(개발환경 설정)
Git repository reposiotyr 생성 local에 clone Spring Boot Spring Initializr [Spring Initializr](https://start.spring.io/) 에서 다운로드 후 Zip 압축풀기 Gradle Java Spring Boot Meta data jar dependency Spring Web Lombok DB Driver Spring JPA Spring security thymesleaf 테스트 토구 junit spock H2 database HAL git clone한 곳에 복붙 gitignore [gitignore.io](https://www.toptal.com/developers/gitignore) 에서 검색 IntelliJ Java Grad..
Programming/구현
2023. 8. 22. 10:22