[P25284-20] Initial commit with setup and first draft rest servcice

This commit is contained in:
verboomp
2026-01-20 11:45:35 +01:00
parent 9d36ea7780
commit 05b0ced8dd

View File

@@ -0,0 +1,22 @@
package marketing.heyday.hartmann.fotodocumentation;
import org.junit.jupiter.api.Test;
/**
*
* <p>Copyright: Copyright (c) 2024</p>
* <p>Company: heyday Marketing GmbH</p>
* @author <a href="mailto:p.verboom@heyday.marketing">Patrick Verboom</a>
* @version 1.0
*
* created: 20 Jan 2026
*/
public class Dummy {
@Test
public void test() {
}
}