Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 196 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 196 Bytes

Blog API

Blog API Spring Boot

Execute SQL

INSERT INTO roles(name) VALUES('ROLE_USER');
INSERT INTO roles(name) VALUES('ROLE_MODERATOR');
INSERT INTO roles(name) VALUES('ROLE_ADMIN');