Spring Roo で postgres を使用していて、インストール時に DBRE を使用しようとしたときに
database introspect --schema no-schema-required
応答は
addon search --requiresDescription "#jdbcdriver,driverclass:org.postgresql.Driver" found no matches
JDBC driver not available for 'org.postgresql.Driver'
手動で検索しても
addon search --requiresDescription "#jdbcdriver,driverclass:org.postgresql.Driver"
結果は
0 found, sorted by rank; T = trusted developer; R = Roo 1.2 compatible
ID T R DESCRIPTION -------------------------------------------------------------
--------------------------------------------------------------------------------
[HINT] use 'addon info id --searchResultId ..' to see details about a search result
[HINT] use 'addon install id --searchResultId ..' to install a specific search result, or
[HINT] use 'addon install bundle --bundleSymbolicName TAB' to install a specific add-on version
STS 3.1 を使用しており、インターネットに接続しています。
私はこれを以前に試しましたが、うまくいきました。何が起こったのですか?