You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove src/test/resources from everywhere in code, queries and examples except unit tests
Unit tests can access data from the src/test/resource
Every other data request/call should be made to the citydata-data folder on the server
Remove
src/test/resourcesfrom everywhere in code, queries and examples except unit testsUnit tests can access data from the
src/test/resourceEvery other data request/call should be made to the
citydata-datafolder on the server