From 26137f3fa6db6a925b09d985b86ae3dc2b0ec72d Mon Sep 17 00:00:00 2001 From: Zdenek Jonas Date: Tue, 7 Nov 2023 11:37:31 +0100 Subject: [PATCH] add autostart root test --- .../spring/boot/types/root/AutostartRootTest.java | 14 ++++++++++++++ .../integrations/spring/boot/types/root/Root.java | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/integrations/spring-boot3/src/test/java/org/eclipse/store/integrations/spring/boot/types/root/AutostartRootTest.java b/integrations/spring-boot3/src/test/java/org/eclipse/store/integrations/spring/boot/types/root/AutostartRootTest.java index ef2c25c0..3d498ba3 100644 --- a/integrations/spring-boot3/src/test/java/org/eclipse/store/integrations/spring/boot/types/root/AutostartRootTest.java +++ b/integrations/spring-boot3/src/test/java/org/eclipse/store/integrations/spring/boot/types/root/AutostartRootTest.java @@ -1,5 +1,19 @@ package org.eclipse.store.integrations.spring.boot.types.root; +/*- + * #%L + * spring-boot3 + * %% + * Copyright (C) 2023 MicroStream Software + * %% + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * #L% + */ + import org.eclipse.store.integrations.spring.boot.types.EclipseStoreSpringBoot; import org.eclipse.store.storage.embedded.types.EmbeddedStorageManager; import org.junit.jupiter.api.Test; diff --git a/integrations/spring-boot3/src/test/java/org/eclipse/store/integrations/spring/boot/types/root/Root.java b/integrations/spring-boot3/src/test/java/org/eclipse/store/integrations/spring/boot/types/root/Root.java index a94f2f72..e768de33 100644 --- a/integrations/spring-boot3/src/test/java/org/eclipse/store/integrations/spring/boot/types/root/Root.java +++ b/integrations/spring-boot3/src/test/java/org/eclipse/store/integrations/spring/boot/types/root/Root.java @@ -1,5 +1,19 @@ package org.eclipse.store.integrations.spring.boot.types.root; +/*- + * #%L + * spring-boot3 + * %% + * Copyright (C) 2023 MicroStream Software + * %% + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * #L% + */ + public class Root { }