在哪里可以在项目中安装架构?
我使用冬眠。我需要在@Table注释或JDBC中设置当前模式: 告诉我还可以在哪里安装模式?
spring.jpa.properties.hibernate.default_schema:联系人看不到设置
I use hibernate. I need to set the current schema somewhere other than in the @Table annotation or in jdbc:postgresql://HOST:PORT/ in application.yml
Tell me where else you can install the schema?
spring.jpa.properties.hibernate.default_schema: contact does not see the setting
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在应用程序中
。弹簧:
数据源:
hikari:
模式:名称chema
In application.yml
spring:
datasource:
hikari:
schema: nameSchema