Using Datasource in Spring
Finally I have managed to use a datasource in spring. My database is called AKDB, which was created in Oracle Database11gR2. To use this database as a datasource, heres what I have done in my app : First, I created a jdbc.properties file. In the file I put…
