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
- jpa회원가입
- JPA주의사항
- 스프링 부트 공식 문서
- Q 클래스
- json gson 차이
- Error creating bean with name
- jwt메서드
- REST API 규칙
- json
- ERD 작성
- 스프링부트오류
- 스프링 부트 기능
- JPA
- 복합키
- Filter
- Spring Spring boot 차이
- 인텔리제이
- git
- 빈생성안됨
- 최종 프로젝트
- queryDSL
- spring서버
- jpa에러
- github
- JoinColumn
- @IdClass
- Unsatisfied dependency
- 1차캐시
- uncheck Exception
- REST란
Archives
- Today
- Total
목록JdbcTemplate (1)
Everyday Dev System
application.properties에 추가 spring.datasource.url=jdbc:mysql://localhost:3307/memo spring.datasource.username=root spring.datasource.password=1234 spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver build.gradle에 JDBC 의존성과, Mysql 의존성 추가 implementation 'mysql:mysql-connector-java:8.0.28' implementation 'org.springframework.boot:spring-boot-starter-data-jdbc' package com.sparta.memo.contro..
내배캠 주요 학습/Spring 입문
2023. 6. 13. 15:54