public AdminServerApplication run(String... args) {
System.out.println(BannerUtils.displayBanner(getClass().getSimpleName(), null));
CommandLinePropertySourceOverridingListener<AdminOptions> commandLineListener = new CommandLinePropertySourceOverridingListener<AdminOptions>(
new AdminOptions());
try {
this.context = new SpringApplicationBuilder(AdminOptions.class, ParentConfiguration.class)
.logStartupInfo(false)
.profiles(XdProfiles.ADMIN_PROFILE)