From 29c44d684f7a74c26df2e975cc82f58e62343706 Mon Sep 17 00:00:00 2001 From: Samsung Date: Tue, 24 Feb 2026 20:22:31 +0300 Subject: [PATCH] create jar file --- pom.xml | 18 ++++++++++++++++++ src/main/resources/application.properties | 1 + 2 files changed, 19 insertions(+) create mode 100644 src/main/resources/application.properties 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