eu-digital-green-certificates / dgca-businessrule-service

Apache License 2.0
7 stars 24 forks source link

Remove Sample Data #8

Closed slaurenz closed 3 years ago

slaurenz commented 3 years ago

When the download functionality is working remove the provided sample data (mock data)

slaurenz commented 3 years ago

When the download works also on BTP, remove the following functions: ValueSetController:

CountryListControler

BusinessRuleController

From the resources/static folder the valuesets folder has to be removed too.

a-trzewik commented 3 years ago

I moved the methods to new TestController which is activated on spring profile "testapi" for example by using ENV SPRING_PROFILES_ACTIVE=testapi