An open API service indexing awesome lists of open source software.

https://github.com/akash-peace/angular-springboot

Demo login and signup system with springboot's h2 db.
https://github.com/akash-peace/angular-springboot

angular h2-database spring-boot

Last synced: 2 months ago
JSON representation

Demo login and signup system with springboot's h2 db.

Awesome Lists containing this project

README

          

# ANGULAR-SPRINGBOOT

insert into dmeo_dto (username, name, password) values ('a', 'a', 'aaaaa');\
insert into dmeo_dto (username, name, password) values ('b', 'b', 'bbbbb');\
insert into dmeo_dto (username, name, password) values ('v','v', 'vvvvvv');\
select * from dmeo_dto;