Skip to content

Releases: DataIntellectTech/q-REST

q-rest-1.0.1

13 Jun 09:54
51aa7b6
Compare
Choose a tag to compare

Adding functionality to have multiple users with basic authentication configuarable by xml file with a new property to point at file

user pass

leave property blank if not using this functionality
authentication.path=

q-rest-1.0.0

20 Jul 12:13
8e3cba1
Compare
Choose a tag to compare

To run using the jar:

  1. download the jar

  2. copy the application properties file and update the connection properties:
    https://github.com/AquaQAnalytics/q-REST/blob/master/src/main/resources/application.properties

  3. 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