标签: spring service spring-boot
我的问题是Spring Boot。我创建了域类,CRUD repository类和@Service有线服务类。我在@Service类中编写了一些方法,比如基于某些条件的保存实体,代码工作正常。
CRUD repository
@Service
我的问题是,spring boot在调用REST POST方法时如何调用特定方法?
spring boot
REST POST