Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titlebootstrap.properties
spring.profiles.active=native,development-tools,dashboard,externaldatasources,customerdata-sql-storeclient,trace-sql-store,process-sql-store,reporting-sql-store,comments-sql-store,scheduler-quartz

spring.cloudconfig.location=classpath:/
spring.config.server.bootstrap=trueadditional-location=
spring.cloud.config.server.native.searchLocations=file:${spring.config.location:.}},${spring.config.additional-location}

spring.cloud.config.server.bootstrap=true
Code Block
languagetext
titleConfiguration of Spring Profiles
collapsetrue
java -Dspring.profiles.active="native,cmis-client,comments-sql-store,customerdata-sql-store,dashboard,development-tools,managementservice-client,process-sql-store,publisher-client,reporting-sql-store,trace-sql-store" -Dspring.config.location="%~dp0/Runtime/Java/conf/" -jar Runtime/Java/bin/blueriq-runtime-standalone.jar

...