Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
tutorial:adm:systems_db_treenodes [2021/03/12 12:39]
apeterova parent and type
tutorial:adm:systems_db_treenodes [2021/03/22 15:41] (current)
apeterova Fixed JDBC URL and hostname
Line 52: Line 52:
 {{ :tutorial:adm:sync_03.png |}} {{ :tutorial:adm:sync_03.png |}}
 Go to **Configuration** tab and fill in information about your database. Ours are as such: Go to **Configuration** tab and fill in information about your database. Ours are as such:
-<code> + 
-^ Host                 ^ jdbc:postgresql://localhost:5432/jdbcTest  ^+ 
 + 
 +Parameter            ^ Value                                      ^ 
 +Host                 localhost                                  |
 | Port                 | 5432                                       | | Port                 | 5432                                       |
 | User                 | idmadmin                                   | | User                 | idmadmin                                   |
-| User Password        | ********                                   |+| User Password        | \*\*\*\*\*\*\                            |
 | Database             | jdbcTest                                   | | Database             | jdbcTest                                   |
 | Table                | organizations                              | | Table                | organizations                              |
 | Key Column           | id                                         | | Key Column           | id                                         |
 | JDBC Driver          | org.postgresql.Driver                      | | JDBC Driver          | org.postgresql.Driver                      |
-| JDBC Connection URL  | jdbc:postgresql://localhost:5432/jdbcTest  +| JDBC Connection URL  | ``jdbc:postgresql://%h:%p/%d``          
-</code>+
 {{ :tutorial:adm:sync_04.png |}} {{ :tutorial:adm:sync_04.png |}}
 Then go to tab **Scheme** and generate scheme. Then go to tab **Scheme** and generate scheme.
  • by apeterova