diff --git a/pom.xml b/pom.xml index 93eee07..e965168 100644 --- a/pom.xml +++ b/pom.xml @@ -58,4 +58,22 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + + org.projectlombok + lombok + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties new file mode 100644 index 0000000..3680552 --- /dev/null +++ b/src/main/resources/application.properties @@ -0,0 +1 @@ +server.port=49155 \ No newline at end of file