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.
我在搜索我想做的事情时遇到了一些麻烦。有人告诉我,我可以使用 Hibernate 生成代表我用 Java 创建的 POJO 的数据库表。我肯定错过了什么。感谢您对琐碎问题的帮助。
在配置文件中添加此属性
<property name="hibernate.hbm2ddl.auto">create</property>