Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published