Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Angular2
- 엘라스틱서치
- intellij
- hadoop
- Spring Boot
- Gradle
- docker
- Domain Driven Design
- spark
- hibernate
- elastic search
- Java
- Spring
- apache storm
- Hbase
- hdfs
- nginx
- Storm
- design pattern
- Spring XD
- elasticsearch
- SBT
- scala
- 스프링 배치
- DDD
- 도메인주도설계
- Clean Code
- Spring Batch
- Linux
- 제주
Archives
- Today
- Total
목록ORM (1)
욱'S 노트
Hibernate - the first hibernate application
1.1 The first Hibernate Application 이번 예제에서 우리는 특정 이벤트를 저장하는 작은 데이터베이스 어플리케이션을 만들 것이다. 1.1.1. Setup 먼저 개발환경을 세팅할 필요가있다. 우리는 Maven과 같은 빌드 툴을 추천한다. 이 튜토리얼은 웹 어플리케이션으로 작성될 것이므로, src/main/java, src/main/resources 그리고 src/main/webapp 디렉토리를 만들 것이다. 그리고 다음과 같이 pom.xml 파일을 세팅해보자. 4.0.0 org.hibernate.tutorials hibernate-tutorial 1.0.0-SNAPSHOT First Hibernate Tutorial ${artifactId} org.hibernate hibernat..
Programming/Hibernate
2015. 4. 30. 14:12