Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-soroosh/commons
https://github.com/s-soroosh/commons
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/s-soroosh/commons
- Owner: s-soroosh
- Created: 2015-03-15T12:12:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-15T12:16:31.000Z (over 9 years ago)
- Last Synced: 2023-05-25T03:10:19.363Z (over 1 year ago)
- Language: Java
- Size: 957 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- Security: security/model/pom.xml
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
commonsYou need to create commons user DBMS :
create user commons identified by commons;commons user needs resource and connect privileges:
grant resource,connect to commons;