diff --git a/readme.md b/readme.md index 5e27b76..e91cfb3 100644 --- a/readme.md +++ b/readme.md @@ -30,7 +30,7 @@ Add the jar to your classpath: -* jdbc-stats-1.5.4-nodeb.jar +* [simple-jdbc-stats-nodep-1.5.6.jar](https://github.com/rnentjes/Simple-jdbc-statistics/releases/download/1.5.6/simple-jdbc-stats-nodep-1.5.6.jar) Set your jdbc driver property to the following class: @@ -46,14 +46,6 @@ (eg. jdbc:postgresql://localhost/mydb becomes: jdbc:stat::jdbc:postgresql://localhost/mydb) ``` -If you want a login screen add the following instead: - -```text - jdbc:secstat:: -``` - -Use the same credentials as the ones for your database connection to login. - Start your application and goto: http://<host app is running on>:18080/ You will see an overview of the last 2500 queries run on your database and some timing stats about them.