Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 550efb2

Browse files
committed
Bump up spring boot version to 2.2.1
1 parent 68ce15f commit 550efb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>2.0.1.RELEASE</version>
17+
<version>2.2.1.RELEASE</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
22
spring.datasource.url=jdbc:postgresql://localhost:5432/postgres_demo
3-
spring.datasource.username= rajeevkumarsingh
3+
spring.datasource.username= postgres
44
spring.datasource.password=
55

66
# The SQL dialect makes Hibernate generate better SQL for the chosen database

0 commit comments

Comments
 (0)