From 23a46b4be35277e06ec89f48730eeb694e686be8 Mon Sep 17 00:00:00 2001
From: Kenmegne <stephanie.kenmegne@gmail.com>
Date: Thu, 18 Jun 2026 15:40:06 +0000
Subject: [PATCH] add fdx-commons and fdx-consultation
---
fdx-commons/fdxcommons-service-impl/src/main/java/com/megatim/fdxcommons/service/impl/startup/StartupBean.java | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/fdx-commons/fdxcommons-service-impl/src/main/java/com/megatim/fdxcommons/service/impl/startup/StartupBean.java b/fdx-commons/fdxcommons-service-impl/src/main/java/com/megatim/fdxcommons/service/impl/startup/StartupBean.java
new file mode 100644
index 0000000..df359d2
--- /dev/null
+++ b/fdx-commons/fdxcommons-service-impl/src/main/java/com/megatim/fdxcommons/service/impl/startup/StartupBean.java
@@ -0,0 +1,14 @@
+package com.megatim.fdxcommons.service.impl.startup;
+
+import javax.ejb.Singleton;
+import javax.ejb.Startup;
+
+/**
+ *
+ * @author lenovo
+ */
+@Singleton
+@Startup
+public class StartupBean {
+
+}
--
Gitblit v1.10.0