Skip to content

A SpringBoot RESTFul API with JPA. Fully functional CRUD operation along with Pagination and Criteria Filters are implemented.

License

Notifications You must be signed in to change notification settings

AkshayKrGupta/EventService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EventService

A SpringBoot RESTFul API with JPA. Fully functional CRUD operation along with Pagination and Criteria Filters are implemented.

#Database Tables

CREATE TABLE public.system_events ( id bigserial, message character varying NOT NULL, ts timestamp without time zone NOT NULL, source character varying NOT NULL, priority character varying NOT NULL, PRIMARY KEY (id) );

About

A SpringBoot RESTFul API with JPA. Fully functional CRUD operation along with Pagination and Criteria Filters are implemented.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages