Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaloa2025/libmsystem
LibMSystem : A safe platform to find books
https://github.com/kaloa2025/libmsystem
java jpa-hibernate mysql redis spring-boot spring-security
Last synced: about 12 hours ago
JSON representation
LibMSystem : A safe platform to find books
- Host: GitHub
- URL: https://github.com/kaloa2025/libmsystem
- Owner: kaloa2025
- Created: 2024-07-13T04:07:47.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T23:03:29.000Z (3 months ago)
- Last Synced: 2024-08-24T00:22:01.205Z (3 months ago)
- Topics: java, jpa-hibernate, mysql, redis, spring-boot, spring-security
- Language: Java
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
//MYSQL CMD
-> mysql -u root -p
-> aalok25
-> show databases;
-> use libmsystem;
-> desc author; desc user; desc book;//API's
http://localhost:8081/author/getAuthorData
http://localhost:8081/book/getBook
http://localhost:8081/user/addStudent
{
"name":"Aalok",
"phoneNo":"123456789",
"email":"[email protected]",
"address":"India"
}//Kafka
go to C:/kafka -> Open cmd
start Zookeeper : .\bin\windows\zookeeper-server-start.bat .\config\zookeeper.properties
start Kafka : .\bin\windows\kafka-server-start.bat .\config\server.properties