first commit

This commit is contained in:
2024-12-22 22:32:48 +01:00
commit c902377424
9 changed files with 592 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package de.zendric.app.XpenselyServer;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class XpenselyServerApplication {
public static void main(String[] args) {
SpringApplication.run(XpenselyServerApplication.class, args);
}
}

View File

@@ -0,0 +1 @@
spring.application.name=XpenselyServer