diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml
new file mode 100644
index 0000000..1e7a441
--- /dev/null
+++ b/.gitea/workflows/ci.yaml
@@ -0,0 +1,22 @@
+name: spring-api-ci
+
+on:
+ push:
+ branches: ["**"]
+ pull_request:
+
+jobs:
+ build-test:
+ runs-on: ubuntu
+ steps:
+ - uses: actions/checkout@v4
+
+ - name: Setup Java 21
+ uses: actions/setup-java@v4
+ with:
+ distribution: temurin
+ java-version: "21"
+ cache: maven
+
+ - name: Build & test
+ run: mvn -B -ntp clean verify
diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml
index 9b1fd28..7c2f75c 100644
--- a/.idea/dataSources.xml
+++ b/.idea/dataSources.xml
@@ -55,5 +55,17 @@
$ProjectFileDir$
+
+ postgresql
+ true
+ org.postgresql.Driver
+ jdbc:postgresql://ash.gofwd.group:5433/postgres
+
+
+
+
+
+ $ProjectFileDir$
+
\ No newline at end of file