test commit

This commit is contained in:
anhefti 2021-07-20 10:20:05 +02:00
parent 59d811fda1
commit 06bb48590b

View file

@ -37,7 +37,7 @@ import ch.ethz.seb.sebserver.gbl.profile.ProdWebServiceProfile;
* SEB-Server uses Spring's profiles to consequently separate sub-components of the webservice * SEB-Server uses Spring's profiles to consequently separate sub-components of the webservice
* and GUI and can be used to start the components on separate servers or within the same * and GUI and can be used to start the components on separate servers or within the same
* server instance. Additional to the usual profiles like dev, prod, test there are combining * server instance. Additional to the usual profiles like dev, prod, test there are combining
* profiles like dev-ws, dev-gui and prod-ws, prod-gui */ * profiles like dev-ws, dev-gui and prod-ws, prod-gui test */
@SpringBootApplication(exclude = { @SpringBootApplication(exclude = {
UserDetailsServiceAutoConfiguration.class, UserDetailsServiceAutoConfiguration.class,
}) })