We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Backend Merge Konflikte
ClientConfigController.java
main
multitenant
@GetMapping("/config") public ResponseEntity<ClientConfigDto> getConfig(HttpServletRequest request) { return ResponseEntity .status(HttpStatus.OK) .body(configService.getConfigBasedOnActiveEnv(request.getServerName())); }
QuarterPersistenceServiceIT.java
@BeforeEach void setUp() { TenantContext.setCurrentTenant(TestHelper.SCHEMA_PITC); } @AfterEach void tearDown() { TenantContext.setCurrentTenant(null); }
Sorry, something went wrong.
FrontEnd Merge Konflikte
TODO
Erledigt, da der Merge bereits gemacht worden ist.
clean-coder
janikEndtner
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: