Skip to content

Instantly share code, notes, and snippets.

@juarezjuniorgithub
Created November 10, 2023 12:19
Show Gist options
  • Save juarezjuniorgithub/7d7afe7cc8004bb18844a9a9b3acfa1e to your computer and use it in GitHub Desktop.
Save juarezjuniorgithub/7d7afe7cc8004bb18844a9a9b3acfa1e to your computer and use it in GitHub Desktop.
application.properties
micronaut.application.name=micronautguide
flyway.datasources.*.enabled=true
flyway.datasources.*.baseline-on-migrate=true
datasources.default.dialect=ORACLE
datasources.default.ocid=<YOUR_COMPARTMENT_OCID>
datasources.default.username=<YOUR_DB_ADMIN_USERNAME>
datasources.default.password=<YOUR_PASSWORD>
datasources.default.walletPassword=<YOUR_WALLET_PASSWORD>
oci.config.profile=DEFAULT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment