svr-configurations.yml 176 B

1234567891011121314151617
  1. server:
  2. context-path: ${server.context-path.svr-configurations-context-path}
  3. ---
  4. spring:
  5. profiles: jwdev
  6. ---
  7. spring:
  8. profiles: jwtest
  9. ---
  10. spring:
  11. profiles: jwprod