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.
- Host: GitHub
- URL: https://github.com/akash-peace/angular-springboot
- Owner: Akash-Peace
- License: mit
- Created: 2022-08-16T06:18:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T06:37:57.000Z (almost 4 years ago)
- Last Synced: 2025-07-28T08:49:05.181Z (11 months ago)
- Topics: angular, h2-database, spring-boot
- Language: TypeScript
- Homepage:
- Size: 519 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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;