Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-soroosh/internetbanking
https://github.com/s-soroosh/internetbanking
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/s-soroosh/internetbanking
- Owner: s-soroosh
- Created: 2015-01-28T07:35:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-28T07:37:07.000Z (almost 10 years ago)
- Last Synced: 2024-10-16T15:45:55.549Z (3 months ago)
- Language: Java
- Size: 953 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme
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
internetbanking
internetbankingYou need to create internetbanking user DBMS :
create user internetbanking identified by internetbanking;Internetbanking user needs resource and connect privileges:
grant resource,connect to internetbanking;