In my case I have two Spring Boot services running simultaneously too. Of course disabling the live-reload completely will work, but there’s also a property you can set to choose a different port.
Simply add the following to your application.yml (or properties equivalent). The default is 35729.
spring:
devtools:
livereload:
port: 35730