first commit
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
1
src/main/resources/application.properties
Normal file
1
src/main/resources/application.properties
Normal file
@@ -0,0 +1 @@
|
||||
spring.application.name=XpenselyServer
|
||||
Reference in New Issue
Block a user