diff --git a/out/artifacts/NTO_2024_jar/NTO-2024.jar b/out/artifacts/NTO_2024_jar/NTO-2024.jar new file mode 100644 index 0000000..b3137be Binary files /dev/null and b/out/artifacts/NTO_2024_jar/NTO-2024.jar differ diff --git a/pom.xml b/pom.xml index 9f969bd..8cf5d8a 100644 --- a/pom.xml +++ b/pom.xml @@ -8,6 +8,8 @@ Android-Bootcamp-2025-Backend 1.0-SNAPSHOT + jar + 11 11 @@ -54,18 +56,22 @@ springdoc-openapi-ui 1.7.0 - - org.projectlombok - lombok - org.springframework.boot spring-boot-starter-security - - + + + + org.springframework.boot + spring-boot-maven-plugin + 2.3.0.RELEASE + + + + \ No newline at end of file diff --git a/src/main/resources/META-INF/MANIFEST.MF b/src/main/resources/META-INF/MANIFEST.MF new file mode 100644 index 0000000..929f41e --- /dev/null +++ b/src/main/resources/META-INF/MANIFEST.MF @@ -0,0 +1,3 @@ +Manifest-Version: 1.0 +Main-Class: com.example.nto.App +