1) MYSQL
MySQL :: Download MySQL Installer
Maven – Welcome to Apache Maven
Welcome to Apache Maven Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information. If you
maven.apache.org
2) JDK
3) MAVEN
Maven – Welcome to Apache Maven
MySQL :: Download MySQL Installer
Select Operating System: Select Operating System… Microsoft Windows Select OS Version: All Windows (x86, 32-bit) Windows (x86, 32-bit), MSI Installer 8.0.27 2.3M (mysql-installer-web-community-8.0.27.1.msi) MD5: 44b7f3e4c1bdcc641621cfaa31ea18f4 | Signatu
dev.mysql.com
4) Spring Boot Project 생성
5) 롬복 적용
6) 데이터베이스 생성
create database shop default character set utf8 collate utf8_general_ci;
show databases;
'2022 > JPA입문(完)' 카테고리의 다른 글
스프링 시큐리티 - 1 (0) | 2022.01.23 |
---|---|
Thymeleaf - 1 (0) | 2022.01.21 |
Spring Data JPA - 2 (0) | 2022.01.20 |
Spring Data JPA - 1 (0) | 2022.01.18 |
JPA - 1 (0) | 2022.01.10 |