codingspecialist / Springboot-JPA-React-JWT-CRUD

5 stars 10 forks source link

스프링부트JPA(JWT인증)+React CRUD

img

MySQL

create user 'cos'@'%' identified by 'bitc5600';
GRANT ALL PRIVILEGES ON *.* TO 'cos'@'%';
create database cos;

React 설치

STS에서 확장 프로그램 설치

라이브러리

<link
  rel="stylesheet"
  href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
  integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk"
  crossorigin="anonymous"
/>

Preview