Merge branch 'develop' of ssh://gitea.gofwd.group:2225/Forward_Group/ballistic-builder-spring into develop

This commit is contained in:
2026-01-20 16:56:04 -05:00
2 changed files with 34 additions and 0 deletions

22
.gitea/workflows/ci.yaml Normal file
View File

@@ -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

12
.idea/dataSources.xml generated
View File

@@ -55,5 +55,17 @@
</jdbc-additional-properties>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
<data-source source="LOCAL" name="ashburn" uuid="d86f68e1-137c-460b-b6cf-77966d4f8cbe">
<driver-ref>postgresql</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>org.postgresql.Driver</jdbc-driver>
<jdbc-url>jdbc:postgresql://ash.gofwd.group:5433/postgres</jdbc-url>
<jdbc-additional-properties>
<property name="com.intellij.clouds.kubernetes.db.host.port" />
<property name="com.intellij.clouds.kubernetes.db.enabled" value="false" />
<property name="com.intellij.clouds.kubernetes.db.container.port" />
</jdbc-additional-properties>
<working-dir>$ProjectFileDir$</working-dir>
</data-source>
</component>
</project>