323324325326327328329330331332333
public static String uuid = UUID.randomUUID().toString(); @Bean public CrshShellProperties testProperties() { return new CrshShellProperties() { @Override protected void applyToCrshShellConfig(Properties config) { config.put("test.uuid", uuid); }