Skip to content

It's a Simple CRUD with Java, Spring, RDS, and logback for logs generation to put on Kinesis Data Firehose.

Notifications You must be signed in to change notification settings

LCPSLUIZ/basicCrud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Crud for POCs

Tecnologies used

  • Java
  • Spring Framework
  • Spring Data JPA
  • Spring Logging
  • Amazon RDS (Relational Database Service) with Postgres Engine

The Json Format

{ "firstName" : "String",

"lastName" : "String",

"passWord" : "String",

"eMail" : "String with email format and must be unique",

"phoneNumber" : "String at the max of 20 characters and must be unique"

}

DataBase information

  • The Database that I have used here are configured to accept only my IP through the Route Table, Security Group, and VPC.
  • Therefore, the only change that need to do to use this API is the application.properties archive.

About

It's a Simple CRUD with Java, Spring, RDS, and logback for logs generation to put on Kinesis Data Firehose.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages