We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ce15f commit 550efb2Copy full SHA for 550efb2
pom.xml
@@ -14,7 +14,7 @@
14
<parent>
15
<groupId>org.springframework.boot</groupId>
16
<artifactId>spring-boot-starter-parent</artifactId>
17
- <version>2.0.1.RELEASE</version>
+ <version>2.2.1.RELEASE</version>
18
<relativePath/> <!-- lookup parent from repository -->
19
</parent>
20
src/main/resources/application.properties
@@ -1,6 +1,6 @@
1
## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
2
spring.datasource.url=jdbc:postgresql://localhost:5432/postgres_demo
3
-spring.datasource.username= rajeevkumarsingh
+spring.datasource.username= postgres
4
spring.datasource.password=
5
6
# The SQL dialect makes Hibernate generate better SQL for the chosen database
0 commit comments