Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/s-soroosh/commons


https://github.com/s-soroosh/commons

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

In order to run this project you need to add below properties in your settings.xml file.
change them to appropriate value :)

jdbc:oracle:thin:@localhost:1521:XE
commons
commons

You need to create commons user DBMS :
create user commons identified by commons;

commons user needs resource and connect privileges:
grant resource,connect to commons;