본문 바로가기
프로그래밍/Java

[spring boot + jpa + mariadb] M1 Macbook에서 설치하면서 해야 했던 것들

by 체리 2023. 6. 4.
반응형

Mac m1 openjdk 설치 (tistory.com)

 

Mac m1 openjdk 설치

먼저 아래 사이트에 접속 합니다. https://www.azul.com Home Introducing Cloud Native Compiler Offload JIT compilation with the Cloud Native Compiler to enhance the performance of Java applications in any compute environment. www.azul.com 우측

goateedev.tistory.com

 

Docker - 도커로 Mariadb 컨테이너 간편하게 설치하기 (tistory.com)

 

Docker - 도커로 Mariadb 컨테이너 간편하게 설치하기

도커(Docker)를 이용하면 손쉽고 빠르게 Mariadb를 설치해서 사용할 수 있습니다. Mariadb 뿐만 아니라 가상화되어 있는 수많은 이미지들을 컨테이너로 만들어 사용할 수 있습니다. 처음 도커를 사용

7942yongdae.tistory.com

 

Spring boot mariaDB 연동 (leafcats.com)

 

Spring boot mariaDB 연동

Hibernate와 Mybatis 사이에서 한참을 고민하고 있는 중이다. 둘의 차이점과 장단점은 추후 포스팅 하기로 하고, 일단 Spring boot에 mariaDB를 올리는 개발자라면 누구나 할 수 있지만 찾아보기 귀찮은 것

www.leafcats.com

 

[해결 완료] centos7 mariadb Access denied for user (tistory.com)

 

[해결 완료] centos7 mariadb Access denied for user

Caused by: java.sql.SQLInvalidAuthorizationSpecException: (conn=8512) Access denied for user 'root'@'centos7' (using password: YES) Current charset is UTF-8. If password has been set using other charset, consider using option 'passwordCharacterEncoding' ma

yonglimlee.tistory.com

 

[Spring boot로 게시판 만들기] 0. 프로젝트 생성부터 index.html (tistory.com)

 

[Spring boot로 게시판 만들기] 0. 프로젝트 생성부터 index.html

0. 프로젝트 생성 https://start.spring.io/ 에 접속한다. Build Tool은 Gradle로 선택했다. 언어는 JAVA. Spring Boot 버전의 경우 SNAPSHOT이나 M3가 붙지 않은 안정적인 버전을 선택한다. Group과 Artifact는 임의로 지

youngssse.tistory.com

- 요기서 혹시 run 중이라면 껐다가 다시 켜보면 index.html이 먹으니 팁이라면 팁

반응형

댓글