All Downloads are FREE. Search and download functionalities are using the official Maven repository.

spring-boot-oauth2-starter.1.0.0.source-code.import.sql Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
INSERT INTO roles (id, description, title) VALUES ('1', 'ROLE_ADMIN', 'ROLE_ADMIN');

INSERT INTO user_details (id,role_id,email,password, enabled) VALUES ('[email protected]','1','[email protected]','485c4949fef174f978aae75138850ce7010ffbc25e93683b92a5483733aab043ba1857434b17997b', true );




© 2015 - 2025 Weber Informatics LLC | Privacy Policy