when I add sample config.yml file to your sample code get error .How can I solve this problem
server:
rootPath: "/api/v1/*"
applicationConnectors:
- type: http
port: 8484
adminConnectors:
- type: http
port: 8484
logging:
level: INFO
get error in this line:(Class SecureResource)
return singletonMap("token", jws.getCompactSerialization());
Is ot wrong with config file?
when I add sample config.yml file to your sample code get error .How can I solve this problem
get error in this line:(Class SecureResource)
Is ot wrong with config file?