我正在使用spring.io/spring-roo/#running-from-shell快速指南的腳本,一個10行的示例。如何在Spring Roo安裝程序中連接PostgreSQL?
唯一的修改是jpa setup --provider
行,改爲連接PostgreSQL(HIBERNATE --database POSTGRES
)。所有的步驟和代碼都在this roo_hello2pg.md
github document。
spring.datasource.driver-class-name=org.postgresql.Driver
spring.datasource.url=jdbc\:postgresql\://localhost\:5432/hello2bd
spring.datasource.username=postgres
spring.datasource.password=postgres
更多我需要什麼?一些spring.jpa.hibernate
行?當使用數據庫(插入一個值)時,瀏覽器會生成錯誤「status = 500」。
您的問題,並添加**完整**錯誤消息(理想情況下與異常的堆棧跟蹤)。 [_Formatted_](http://stackoverflow.com/help/formatting)文本請[無屏幕截圖](http://meta.stackoverflow.com/questions/285551/why-may-i-not-upload-images問題/ 285557#285557) –
嗨@a_horse_with_no_name,我在git中包含所有生成的文件,請參閱[application.properties](https://github.com/ ppKrauss/dummy-java-spring/blob/master/hello2pg/src/main/resources/application.properties)等等......對於錯誤消息抱歉,只有在辦公室的tomorow,瀏覽器中狀態爲500,Maven編譯。 –
請描述您的環境:Roo版本,JDK版本,S.O,...以及拋出的錯誤。 – eruiz