Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在网上看到了一个 Spring Boot web 启动器示例,其中包含启动器只是为了使用 Restcontroller 注释,但我正在做小 poc,我可以看到我不需要它......我缺少一些东西或添加启动器在我看到的这个例子中确实是矫枉过正吗?
为了@RestController在您的 PoC 中使用,您必须将spring-boot-starter-web工件包含到类路径中。
@RestController
spring-boot-starter-web