Add semrack index postgresql
All checks were successful
Maven build / build (push) Successful in 3m17s
All checks were successful
Maven build / build (push) Successful in 3m17s
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package fr.codeanddata.semrack.index.postgres.deployment;
|
||||
|
||||
import io.quarkus.deployment.annotations.BuildStep;
|
||||
import io.quarkus.deployment.builditem.FeatureBuildItem;
|
||||
|
||||
class SemrackIndexPostgresProcessor {
|
||||
|
||||
private static final String FEATURE = "semrack-index-postgres";
|
||||
|
||||
@BuildStep
|
||||
FeatureBuildItem feature() {
|
||||
return new FeatureBuildItem(FEATURE);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
package fr.codeanddata.semrack.index.postgres.test;
|
||||
|
||||
public class SemrackIndexPostgresDevModeTest {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
package fr.codeanddata.semrack.index.postgres.test;
|
||||
|
||||
public class SemrackIndexPostgresTest {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user