Skip to content

Commit

Permalink
Move liquibase credentials to pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
pavankjadda committed Jun 22, 2020
1 parent 100a9a1 commit bb27556
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
3 changes: 0 additions & 3 deletions src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ spring:
devtools:
restart:
enabled: true
liquibase:
enabled: false



## Server Properties
Expand Down
9 changes: 0 additions & 9 deletions src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ spring:
devtools:
restart:
enabled: true
liquibase:
contexts: dev
change-log: classpath:db/db.changelog-master.xml
user: ${spring.datasource.username}
password: ${spring.datasource.password}
url: ${spring.datasource.url}
enabled: true



## Server Properties
server:
Expand Down
9 changes: 0 additions & 9 deletions src/main/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ spring:
devtools:
restart:
enabled: true
liquibase:
contexts: dev
change-log: classpath:db/db.changelog-master.xml
user: ${spring.datasource.username}
password: ${spring.datasource.password}
url: ${spring.datasource.url}
enabled: true



## Server Properties
server:
Expand Down

0 comments on commit bb27556

Please sign in to comment.