Please enable JavaScript.
Coggle requires JavaScript to display documents.
spring boot (mysql + mac 설치 (mysql (맥에서-mysql-설치-후-환경설정하기, 맥에서 MySQL 설치하기,…
spring boot
mysql + mac 설치
개고생 :star:
mysql
맥에서-mysql-설치-후-환경설정하기
맥에서 MySQL 설치하기
맥+homebrew+mysql 삭제
mysql+client+workbench
homebrew
설치
설치 오류
해결
exercise
DataBase + spring boot
알게된 것
application.properties 주석 #
:!: gradle 오류 발생
참고
일일이 sql 문을 작성할 필요가 없다
jpa는 기본적으로 hivernate라는 jpa구현체를 이용. dialect로 db 종류/버전에 맞게 sql 생성
Entity 객체를 메모리에서 관리
궁금한것
entity, class 와 table 의 차이
crud의 커스터마이징
JPQL
Native Query
'@Query
:!:
QuerySyntaxException
Querydsl
Link Title
Query Method
basic + spring boot
lombok + intellij
intellij plugin 설치
intellij preferences 세팅
기본 프로젝트 세팅
spring initializr 가 gradle 설정 생성 해줌 :!:
참고_1
참고_0
프로젝트 세팅 후 initializr 를 통해 재수정 가능
:question:
test code 작성
개신기 :star:
사전 작업
ide
intellij
webstorm
chrome 설치
책 : 스타트 스프링 부트