2
我有一個appfuse應用程序(Spring MVC + hibernate)我想部署在heroku上。如何使用postgres默認數據將SpringMVC部署到heroku
該應用程序已被推送到heroku主,該應用程序似乎正在運行,但 postgres dev不斷抱怨表不存在表。在我的開發環境中,dbunit-maven-plugin刪除並創建了所需的表格,並使用默認數據中定義的樣本數據填充表格.xml文件,但它似乎並沒有發生在heroku postgresql上。
如何使用填充的 默認數據創建默認數據庫模式?
請問您可以展示一些示例代碼 – SARose