spring boot JWT 인증 #1
Spring Security를 이용하여 JWT 인증하기 전 기본적인 세팅을 해야한다. 1. dependency - Spring Data JPA - Spring Security - Spring Web - Lombok - PostgreSQL Driver (DB) - jwt 2. DB 연동 설정 spring.datasource.url=jdbc:postgresql://localhost:5432/TestDB spring.datasource.username=test spring.datasource.password=1234 spring.jpa.show-sql=true spring.jpa.properties.hibernate.format_sql=true spring.jpa.properties.hibernate.dial..
∙React + Spring
2021. 8. 17. 10:58