fix
This commit is contained in:
parent
18628e72ab
commit
e78d5f29f8
1 changed files with 2 additions and 1 deletions
|
@ -122,7 +122,8 @@ public class WebserviceInit implements ApplicationListener<ApplicationReadyEvent
|
|||
}
|
||||
|
||||
for (int i = 0; i < activeProfiles.length; i++) {
|
||||
if (activeProfiles[i] != null && activeProfiles[i].contains("gui")) {
|
||||
if (activeProfiles[i] != null && (activeProfiles[i].contains("gui") ||
|
||||
activeProfiles[i].contains("demo"))) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue