<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>
-
URL
<The URL Structure (path only, no root url)>
-
Method:
1. Enable hikari mbean registry in application.properties | |
spring.datasource.hikari.register-mbeans=true | |
2. Add the new relic custom instrumentation yml file in the extensions directory where new relic agent is present | |
name: hikari-db | |
version: 1.0 | |
enabled: true | |
jmx: | |
- object_name: com.zaxxer.hikari:type=Pool (SpringBootJPAHikariCP) |
https://github.com/tymondesigns/jwt-auth | |
Add library to composer.json: | |
"require": { | |
... | |
"tymon/jwt-auth": "1.0.0-beta.3" | |
... | |
}, | |
Run this command in console: |