Skip to content

Commit 2c04a6e

Browse files
authored
Update readme.md
1 parent 1a77b5b commit 2c04a6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
---------------------------
1313
## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
1414
spring.datasource.url=jdbc:postgresql://localhost:5432/<dbName>
15-
spring.datasource.username= uname
16-
spring.datasource.password= pass
15+
spring.datasource.username= <username>
16+
spring.datasource.password= <password>
1717
1818
# The SQL dialect makes Hibernate generate better SQL for the chosen database
1919
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect

0 commit comments

Comments
 (0)