Releases: DataIntellectTech/q-REST
Releases · DataIntellectTech/q-REST
q-rest-1.0.1
Adding functionality to have multiple users with basic authentication configuarable by xml file with a new property to point at file
user passleave property blank if not using this functionality
authentication.path=
q-rest-1.0.0
To run using the jar:
-
download the jar
-
copy the application properties file and update the connection properties:
https://github.com/AquaQAnalytics/q-REST/blob/master/src/main/resources/application.properties -
run using this command updating config location to where you have copied the properties file:
java -jar -Dspring.config.location=C:\Programming\application.properties q-REST-1.0.0_RELEASE.jar