esanchezros / quickfixj-spring-boot-starter

Spring Boot Starter for QuickFIX/J
Apache License 2.0
125 stars 57 forks source link

Update http://localhost:8080/actuator/quickfixjclient port to 8081 #88

Closed jknight closed 2 years ago

jknight commented 2 years ago
  1. Start client: java -jar simple-client/target/simple-client.jar
  2. curl http://localhost:8080/actuator/quickfixjclient => Connection Refused ❌
  3. curl http://localhost:8081/actuator/quickfixjclient => Ok ✅
esanchezros commented 2 years ago

Thanks @jknight