All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nahuja.iframework.1.0.1.source-code.core-props.properties Maven / Gradle / Ivy

Go to download

This is a set of utilities and classes that I have found useful over the years. In my career spanning over a decade, I have time and again written the same code or some part of the code over and over again. I never found the time to collate the details in a reusable library. This project will be a collection of such files. The work that I have been doing is more than 5 years old, however the project has been conceived in 2011.

There is a newer version: 1.2.1
Show newest version
# The Data source properties should be provided by the calling container.
############################    Database Config   ############################################
jdbc.driver=com.mysql.jdbc.Driver

##### These properties should be set by the container which will execute the code, i.e.
##### Unit Testing project of the Web
jdbc.url=
jdbc.username=
jdbc.password=




© 2015 - 2024 Weber Informatics LLC | Privacy Policy