542bd0c3d629783dfcefc6b806bd7a9d0a189314
PostgreSQL.md
| ... | ... | @@ -43,7 +43,7 @@ |
| 43 | 43 | ```properties |
| 44 | 44 | ########postgresql######## |
| 45 | 45 | driverClassName=org.postgresql.Driver |
| 46 | - url=jdbc:postgresql://localhost:5432/postgres?currentSchema=public&encoding=UTF-8&timezone=UTC |
|
| 46 | + url=jdbc:postgresql://localhost:5432/postgres?currentSchema=public |
|
| 47 | 47 | username=postgres |
| 48 | 48 | password=****** |
| 49 | 49 | ``` |