Relative Content

Tag Archive for javaspring-bootapimodel-view-controllerspring-security

spring boot jpa how to make api that fetches all data for a specific user

I want to build a very simple project that allows crud for entering notices to databases.
Each user is registered and can be logged in using basic auth.
I want to create apis so that we have functionality of user registration, login.
A logged user can :
Add a new notice
Edit a notice he created
Delete the one he created
Read only the ones he created
Please help me build this using spring boot