简体   繁体   中英

Spring boot Admin client issue

Set up Spring boot Admin server version 2.1.1. There is Spring boot Jersey Microservice client for admin server. getting issue that dispatcher servlet path bean not found. Please advise does Admin can have jersey client?

exception while jersey spring boot micro service start up:- No qualifying bean of type 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath' available:

This issue is resolved now. Added Spring Boot starter web dependency. With both jersey and Spring MVC, actuator stopped working. Changed dispatcher servlet path by property:-spring.mvc.servlet.path.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM