일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Linux
- Clean Code
- Spring Boot
- 스프링 배치
- docker
- Hbase
- hdfs
- SBT
- Gradle
- scala
- 일본 백패킹
- 인텔리J
- nginx
- elasticsearch
- intellij
- 엘라스틱서치
- Angular2
- Spring
- Spring XD
- elastic search
- DDD
- design pattern
- spark
- Storm
- 제주
- Java
- apache storm
- Spring Batch
- hadoop
- 도메인주도설계
Archives
- Today
- Total
목록opentelemetry agent (1)
욱'S 노트

스프링 부트 MVC 프로젝트 만들기개발 환경은 Intellij이다. 일단 IntelliJ로 프로젝트를 빠르게 구성해보자. 최근에는 거의 코틀린을 사용하기 때문에 코틀린으로 진행해보겠다. 프로젝트 생성은 Spring Boot로 하자. Spring Web과 Spring Data JPA 디펜던시만 추가한다. Data JPA를 설정했으면 JdbcDriver 설정 등이 필요하다. H2 데이터베이스를 디펜던시를 추가해준다.dependencies { implementation("org.springframework.boot:spring-boot-starter-data-jpa") implementation("org.springframework.boot:spring-boot-starter-web") im..
Programming/Micrometer
2025. 3. 21. 11:41