From a73ce3037ff3e2a0664722a04d2fd416bef13778 Mon Sep 17 00:00:00 2001 From: Benedikt Galbavy Date: Tue, 2 Jan 2024 22:35:06 +0100 Subject: [PATCH] added registration function ~4h work --- .idea/dataSources.xml | 12 ----- .idea/libraries/postgresql.xml | 11 ++++ .idea/misc.xml | 48 ++++++++++++++++++ lib/checker-qual-3.41.0.jar | Bin 0 -> 228963 bytes lib/lombok-1.18.30.jar | Bin 0 -> 2011339 bytes lib/postgresql-42.7.1.jar | Bin 0 -> 1084174 bytes src/at/nanopenguin/mtcg/application/User.java | 19 ++++++- .../mtcg/application/service/UserService.java | 16 ++++-- src/at/nanopenguin/mtcg/db/DbQuery.java | 5 +- 9 files changed, 91 insertions(+), 20 deletions(-) create mode 100644 .idea/libraries/postgresql.xml create mode 100644 lib/checker-qual-3.41.0.jar create mode 100644 lib/lombok-1.18.30.jar create mode 100644 lib/postgresql-42.7.1.jar diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml index 9b0619b..45bc6dd 100644 --- a/.idea/dataSources.xml +++ b/.idea/dataSources.xml @@ -13,17 +13,5 @@ $ProjectFileDir$ - - postgresql - true - org.postgresql.Driver - jdbc:postgresql://localhost:5432/postgres - - - - - - $ProjectFileDir$ - \ No newline at end of file diff --git a/.idea/libraries/postgresql.xml b/.idea/libraries/postgresql.xml new file mode 100644 index 0000000..2377f32 --- /dev/null +++ b/.idea/libraries/postgresql.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index a74e8ef..70e0d3a 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -9,6 +9,54 @@