Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csev/tsugi-jpa-lib
The Library Code for Tsugi Java
https://github.com/csev/tsugi-jpa-lib
Last synced: 6 days ago
JSON representation
The Library Code for Tsugi Java
- Host: GitHub
- URL: https://github.com/csev/tsugi-jpa-lib
- Owner: csev
- License: apache-2.0
- Created: 2015-05-23T12:02:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T15:39:41.000Z (over 7 years ago)
- Last Synced: 2024-05-01T20:47:29.769Z (7 months ago)
- Language: Java
- Size: 182 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Tsugi for Java Persistence Architecture - Library Code
======================================================This is a Java version of the PHP Tsugi application (https://github.com/csev/tsugi). This repository is the API library and a sample application that uses this library is https://github.com/csev/tsugi-j-sample
This is a fork of azeckoski/lti\_starter
Build
-----
This will produces a jar file and drops it into your maven repository.mvn install
Database
--------This is expecting that PHP Tsugi already is installed running and its database is on localhost:8889
using the default account, password, and database name and that the tables already exist.
If you want to change this, edit the filesrc/main/resources/application.properties
Git Details
-----------If you forked my repo and want to grab the latest changes, do
the following once:git remote add upstream https://github.com/csev/tsugi-j-sample
Then from time to time when you want to pull mods and update your fork:
git pull upstream master
git push origin master
History
-------This is a fork of azeckoski/lti\_starter which was originally based on my PHP Tsugi code.