entref-spring-boot icon indicating copy to clipboard operation
entref-spring-boot copied to clipboard

A RESTful DAL (Database Abstraction Layer) reference implementation written using Spring.

Results 44 entref-spring-boot issues
Sort by recently updated
recently updated
newest added

_Copied from Azure Dev Ops Backlog_ Currently, the user can optionally pass in the WEBPACK_PROP_AAD_CLIENT_ID env variable. The app will build and run without error. When the user tries to...

bug

_Copied from Azure Dev Ops Backlog_ **Task: Create a rollback mechanism for each of the APIs** Rollback needs - E2E tests to complete sucessfully, but that needs - Authentication from...

The reference application uses Cosmos DB. We need to provide best practice guidance for backing up data. This should also be related to the guidance for recommendations for DR.

Documentation

Current production environments are not configured with the production AAD service. The API requires oauth tokens at an application level so the prod apis are currently broken.

bug
API

We should create a walkthrough and/or store pipeline as code artifacts so that a consumer can better understand how we recommend doing CD deployments at scale.

enhancement
Infrastructure
Documentation

We should document the steps required to deploy the entire solution, from 0 to production, using only local commands (no pipeline approach). Here is what i did for reference: Note:...

Documentation

1) Setting up of azure key vault connection using certificate or service principal with certificate for additional security. 2) Referencing Key Vault secrets/props via Azure App Service’s Application settings. The...

enhancement

Rollback allows the production environment to pull the latest runtime if the new update fails to work. It provides reliability in case of a miss-configuration doesn't work in production Feature...

Infrastructure

In the getDatabaseName method of the MongoConfig.java file, when appConfig.getDatabaseInformation() reports an error, the 56 parameter may be a null pointer exception. ![default](https://user-images.githubusercontent.com/39950310/53551215-b2e2da00-3b73-11e9-87ac-448bbc82928f.png)

bug