Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: about 2 months 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
internetbanking
internetbanking

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

Internetbanking user needs resource and connect privileges:
grant resource,connect to internetbanking;