Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 368 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 368 Bytes

awsKinesisConsumer

Example for Aws Kinesis consumer with Spring Boot

SERVER_PORT 5000 SPRING.DATASOURCE.DRIVERCLASSNAME org.postgresql.Driver SPRING_DATASOURCE_PASSWORD ** SPRING_DATASOURCE_URL jdbc:postgresql://AWSLINK/ebdb SPRING_DATASOURCE_USERNAME ** SPRING_JPA_DATABASE_PLATFORM org.hibernate.dialect.PostgresPlusDialect SPRING_JPA_HIBERNATE_DDL_AUTO update