Externalize property file for camunda spring boot api

Sorry i am new to spring boot and camunda. i am using this command to run the jar
java -jar D:\Workspace\workflowsrilanka\workflowservice\target\workflowservice-1.1.0.jar mvn spring-boot:run -Dspring.config.location=“D:\Workspace\Properties\workflowservice-appliation.properties”

and my property file is:
server.port = 7001
camunda.bpm.admin-user.id=demo
camunda.bpm.admin-user.password=demo
camunda.bpm.database.jdbc-batch-processing: false
camunda.bpm.database.schema-update= false
camunda.bpm.database.type=oracle
#camunda.bpm.auto-deployment-enabled=false
#camunda.bpm.deployment-resource-pattern=classpath*:**/*.bpmn

#DataBase Configuration
spring.jpa.database=default
spring.jpa.show-sql=true
spring.jpa.database-platform=org.hibernate.dialect.Oracle12cDialect
##spring.main.allow-bean-definition-overriding=true

##Local DataSource Configuration
spring.tibsso.jdbcUrl=jdbc:oracle:thin:@localhost:1234:HOBDB04
spring.tibsso.username=epctib_sso
spring.tibsso.password=ora_tib_sso
spring.tibsso.driver-class-name=oracle.jdbc.OracleDriver

spring.crits.jdbcUrl= jdbc:oracle:thin:@localhost:1234:HOBDB04
spring.crits.username=epc_crits
spring.crits.password=epc_crits
spring.crits.driver-class-name=oracle.jdbc.OracleDriver

hibernate.c3p0.min_size=5
hibernate.c3p0.max_size=20
hibernate.c3p0.timeout=300