标签: spring spring-boot spring-data-jpa
是否可以在JPA实体默认中使用spring boot属性占位符表示法? 例如,以下不起作用:
@Entity @Table(schema=@Value("schemaname") , name="tablename") public class InterfaceModel {
有没有办法让这项工作?
答案 0 :(得分:1)
不,没有。有关详细信息,请查看Spring Boot问题跟踪器中的#829。