| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 | 29 | 30 | 31 |
Tags
- npm
- heap메모리
- 레드마인
- 자바
- 마이바티스
- SonarQube
- slave node
- 아파치
- 시스템운영
- sql
- mybatis
- Elk
- Gradle
- DB
- ElasticSearch
- orm
- Apach
- springboot
- mysql
- 트랜잭션
- nodejs
- spring
- 엘라스틱서치
- Bitbucket
- JVM
- 리눅스
- Git
- Stash
- Java
- 스프링
Archives
- Today
- Total
목록H2 (1)
프로그래머호이잇
ORM 소스 예제
빌드 Tool : Gradle db : h2database Spring Boot, Lombok 이용하여 ORM 을 코딩해 보았습니다. build.gradle 의존성 dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.boot:spring-boot-starter-web-services' implementation 'com.h2database:h2' compileOnly 'org.projectlombok:lombok' devel..
아키텍처패턴
2021. 12. 6. 23:44