Discovery service setup + Docker

This commit is contained in:
2024-11-23 18:56:03 +02:00
parent 51f82e039b
commit 62c94e40af
5 changed files with 102 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package io.github.lumijiez;
public class Main {
public static void main(String[] args) {
System.out.print("Discovery service up and running");
}
}