File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ changeLogFile=src/main/resources/db/liquibase-changelog.xml
2
2
diffChangeLogFile =src/main/resources/db/liquibase-diff-changelog.xml
3
3
classpath =target/dependency/postgresql-42.5.1.jar
4
4
driver =org.postgresql.Driver
5
- url =jdbc:postgresql://localhost:5432/simpleworklist
5
+ url =jdbc:postgresql://localhost:5432/simpleworklistref
6
6
username =simpleworklist
7
7
password =simpleworklistpwd
8
8
referenceDriver =org.postgresql.Driver
9
- referenceUrl =jdbc:postgresql://localhost:5432/simpleworklistref
9
+ referenceUrl =jdbc:postgresql://localhost:5432/simpleworklist
10
10
referenceUsername =simpleworklist
11
11
referencePassword =simpleworklistpwd
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ spring:
11
11
config :
12
12
name : simpleworklist
13
13
liquibase :
14
- enabled : false
14
+ enabled : true
15
15
devtools :
16
16
livereload :
17
17
enabled : ${SIMPLEWORKLIST_DEV_TESTING}
You can’t perform that action at this time.
0 commit comments