Skip to content

alfy32/openshift-java-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

openshift-java-mysql

This is a simple app that runs on Openshift with MySQL. The MySQL cartridge must be added.

  • The main page can be found at /openshift-java-mysql
  • The api endpoints can be found at /openshift-java-mysql/api/...

This app requires a database like the following:

CREATE TABLE test (
id SERIAL,
value TEXT,

PRIMARY KEY (id)
);

About

This is a simple app that runs on Openshift with MySQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages