Skip to content

A sample spring boot application to load data (timestamp) with JDBC

Notifications You must be signed in to change notification settings

orange-cloudfoundry/jdbc-canary-injector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jdbc-canary-injector

jdbc-canary-injector is a sample spring boot application to load data (timestamp) with JDBC. After injecting a new row, the application also checks that the row inserted is consistent with previous row.

Usage

First, generate the jar:

git clone https://github.com/orange-cloudfoundry/jdbc-canary-injector.git
cd jdbc-canary-injector
mvn install

Then, create on Cloud Foundry the database service:

cf create-service p-mysql 100mb jdbc-canary-injector-mysql

Finaly, push the application:

cf push -f ./manifest.yml
cf app jdbc-canary-injector
cf logs jdbc-canary-injector

About

A sample spring boot application to load data (timestamp) with JDBC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages