feature/run-office-module-without-booking-and-hosting #148
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/run-office-module-without-booking-and-hosting"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -47,3 +47,3 @@
classes = { HsadminNgApplication.class, DisableSecurityConfig.class, JpaAttempt.class }
)
@ActiveProfiles("test")
@ActiveProfiles({"test", "booking", "hosting"})
!only-office
@ -43,3 +43,3 @@
@Import({StrictMapper.class, JsonObjectMapperConfiguration.class, DisableSecurityConfig.class})
@RunWith(SpringRunner.class)
@ActiveProfiles("test")
@ActiveProfiles({"test", "booking", "hosting"})
!only-office oder rausnehmen
@ -28,3 +28,3 @@
classes = { HsadminNgApplication.class, DisableSecurityConfig.class, JpaAttempt.class }
)
@ActiveProfiles("test")
@ActiveProfiles({"test", "booking", "hosting"})
!only-office oder rausnehmen