From 06bb48590b5049b96e6ce28b3f0e56c12d061a47 Mon Sep 17 00:00:00 2001 From: anhefti <andreas.hefti@let.ethz.ch> Date: Tue, 20 Jul 2021 10:20:05 +0200 Subject: [PATCH] test commit --- src/main/java/ch/ethz/seb/sebserver/SEBServer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/ch/ethz/seb/sebserver/SEBServer.java b/src/main/java/ch/ethz/seb/sebserver/SEBServer.java index 293f76b7..da12f52d 100644 --- a/src/main/java/ch/ethz/seb/sebserver/SEBServer.java +++ b/src/main/java/ch/ethz/seb/sebserver/SEBServer.java @@ -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 * 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 - * 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 = { UserDetailsServiceAutoConfiguration.class, })