/spring-boot-3.0.2-security-jwt-postgresql

spring-boot-3.0.2 & security 6.0 & jwt & postgresql 12

Primary LanguageJava

spring-boot-3.0.2-security-jwt-postgresql

초기 데이터

INSERT INTO roles(name) VALUES('ROLE_USER');
INSERT INTO roles(name) VALUES('ROLE_MODERATOR');
INSERT INTO roles(name) VALUES('ROLE_ADMIN');
```# spring-boot-3.0.2-security-jwt-postgresql