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.
我想从 JPA 映射 XML 中外部化模式元素的值并从属性文件中读取它。schema 的值为 xx_yy_${env.USERNAME}。如果我将它直接放入我的映射文件中,它将不起作用。有没有办法将其外部化?
现在得到这个工作。能够使用 Maven 过滤插件来做到这一点。
我提出了另一种创建视图的解决方案。因此,您在模式和数据库配置中有固定名称,将其重新映射到实际表。
请参阅JPA,将列、表或模式名称外部化?
我无法过滤源并且有 20 种不同的构建((