added .env and login endpoint

This commit is contained in:
litoral05
2026-05-11 17:26:34 +01:00
parent 8363926ec8
commit 8af8f9952a
8 changed files with 86 additions and 1 deletions
+5
View File
@@ -62,6 +62,11 @@
<artifactId>jsch</artifactId>
<version>0.2.21</version>
</dependency>
<dependency>
<groupId>me.paulschwarz</groupId>
<artifactId>spring-dotenv</artifactId>
<version>4.0.0</version>
</dependency>
</dependencies>
<build>