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 | 29 | 30 | 31 |
Tags
- 책 정리
- TypeScript
- sample
- Spring Legacy Project
- Client
- ssh
- WebHook
- Hibernate
- Linux
- 코딩테스트
- mariadb
- EC2
- centos7
- Git
- vagrant
- Java
- docker
- window
- 토비의스프링
- AWS
- github
- Jenkins
- SSL
- spring
- TLS
- spring boot
- jdbc
- 프로그래머스
- db
- DISTINCT
Archives
- Today
- Total
목록JPA (1)
Woopii Vyeolog
[spring boot] JPA sample
● maven dependency 추가 1. pom.xml에 다음과 같이 추가 org.springframework.boot spring-boot-starter-jdbc ● Entity, repository, service, controller 추가 1. Entity 추가 package com.project.clone_louisquatorze.sample.jpa.entity; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import jav..
Spring Boot
2022. 2. 4. 02:32