标签: java mysql spring spring-boot spring-data
我需要从funtion()调用MySQL org.springframework.data.repository,这将返回String。
funtion()
org.springframework.data.repository
String
我可以在接口方法声明的基础上使用@Query注释执行查询,但我不知道调用函数。
@Query