我正在遵循官方的SpringBoot Kotlin指南(https://spring.io/guides/tutorials/spring-boot-kotlin/),但我遇到了麻烦。org.springframework.web.client.RestTemplate.getForEntity(RestTemplate.java:342)
at org.springframework.boot.test.web.cl
我已经创建了一个简单的Hibernate测试应用程序,但是由于某种原因,ReciepeModel没有被映射。我已经在hibernate.cfg.xml文件中定义了它。我已经检查过我是否有适当的进口import javax.persistence.*;org.hibernate.hql.internal.ast.QuerySyntaxException: ReciepeModel is not mapped [FROM ReciepeModel WHERE idreciepe = :id]
at org.hibernate.hql.internal.