This is an automated email from the ASF dual-hosted git repository. doebele pushed a commit to branch spring-boot in repository https://gitbox.apache.org/repos/asf/empire-db.git
commit 3c44f5bade4a46d1c57c9eaa538c8ec90fabfe09 Author: Ralf Eichinger <[email protected]> AuthorDate: Mon Aug 9 23:09:32 2021 +0200 Remove unused class --- .../java/org/apache/empire/samples/springboot/SampleConfig.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/empire-db-examples/empire-db-example-spring-boot/src/main/java/org/apache/empire/samples/springboot/SampleConfig.java b/empire-db-examples/empire-db-example-spring-boot/src/main/java/org/apache/empire/samples/springboot/SampleConfig.java deleted file mode 100644 index f976c94..0000000 --- a/empire-db-examples/empire-db-example-spring-boot/src/main/java/org/apache/empire/samples/springboot/SampleConfig.java +++ /dev/null @@ -1,8 +0,0 @@ -package org.apache.empire.samples.springboot; - -import org.springframework.context.annotation.Configuration; - -@Configuration -public class SampleConfig { - -}
