Challenges starting off with Gradle, Spring and DB2
问题 My idea of the project is to write a simple Spring pure java application using Gradle that will connect to a DB2 database and pull some data and print on the console. To start off, I created a Gradle project using Eclipse Luna. My challenges: How do I read the database.properties file in src/main/resources which has the db.driver, db.url, db.username and db.password ? How do I tell Gradle to pick up my db2cc4.jar for the driver ? I cannot manage it with Gradle dependencies because it is a