I tried out spring-boot-starter-actuator, by default instructions, add to spring boot project in pom, and it works without any issues.
As soon as I add spring-boot-starter-web-reactive everything breaks down, newly created reactive endpoint works, but actuator stopped working, have anybody had such issue and maybe already have any ideas how to solve it? Also noticed, that h2 /console which I had working before, also broken.
I receive no errors, no exceptions, these things just stop working.