There is no reason why the springCloud client cannot register for the service to eureka without spring-boot-starter-web?

https://blog.csdn.net/Linyizu...

when a springCloud client cannot register a service with eureka, many solutions add the following

to the service pom
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-web</artifactId>
</dependency>

what is the reason?

Apr.28,2022
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-49af2de-1063f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-49af2de-1063f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?