File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1010 <parent >
1111 <groupId >org.springframework.boot</groupId >
1212 <artifactId >spring-boot-starter-parent</artifactId >
13- <version >2.3.7.RELEASE </version >
13+ <version >2.4.1 </version >
1414 </parent >
1515
1616 <scm >
Original file line number Diff line number Diff line change 8484 strengthBCryptPasswordEncoder : 10
8585---
8686spring :
87- profiles : default
87+ profile : default
8888 datasource :
8989 url : jdbc:postgresql://localdbhost:5432/simpleworklist
9090---
9191spring :
92- profiles : developing
92+ profile : developing
9393 datasource :
9494 url : jdbc:postgresql://localdbhost:5432/simpleworklist_developing
9595 jpa :
@@ -98,7 +98,7 @@ spring:
9898 # ddl-auto: create-drop
9999---
100100spring :
101- profiles : travis
101+ profile : travis
102102 datasource :
103103 url : jdbc:postgresql://localdbhost:5432/simpleworklist_travis
104104 continue-on-error : true
@@ -112,7 +112,7 @@ server:
112112 enabled : false
113113---
114114spring :
115- profiles : testing
115+ profile : testing
116116 datasource :
117117 url : jdbc:postgresql://localdbhost:5432/simpleworklist_testing
118118 jpa :
@@ -147,7 +147,7 @@ logging:
147147 impl : DEBUG
148148---
149149spring :
150- profiles : qa
150+ profile : qa
151151 datasource :
152152 url : jdbc:postgresql://localdbhost:5432/simpleworklist_qa
153153 continue-on-error : true
@@ -183,7 +183,7 @@ logging:
183183 impl : DEBUG
184184---
185185spring :
186- profiles : heroku
186+ profile : heroku
187187 datasource :
188188 url : jdbc:postgresql://localdbhost:5432/simpleworklist_heroku
189189 continue-on-error : true
You can’t perform that action at this time.
0 commit comments