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
```