Commit graph

11 commits

Author SHA1 Message Date
c462614d8d
core: Update Spring Boot
- Also pin the Springdoc version as Gradle would not properly resolve it otherwise.
2025-06-19 20:22:07 +02:00
b7a63892a4
wip: Add OpenAPI dependency 2025-06-13 18:09:45 +02:00
335eb3ed8d experiment: Increase logging based on PR label 2024-11-23 22:10:20 +01:00
e1a1e80f9f feat: Add mockito for mockBeans in tests 2024-11-22 09:48:01 +01:00
Torge Hamann
d98f60ab54
feat: Add basic certificate models and repositories (#8)
* Add basic certificate models and repositories

* Review comments

* Adjust cert enum
2024-11-17 21:35:27 +00:00
Torge Hamann
c3da0eff5c
feat: DB adjustments + connection profile (#5)
* Use persistent database and add datasource

* Change DLL-behaviour for test

* Fix linebreak
2024-11-17 19:57:39 +00:00
24a4e32855 🚧 Create disposable generator result & include cli output in Logging 2024-11-17 20:52:16 +01:00
879273f5df Add apache commons for OS utils 2024-11-17 20:52:16 +01:00
CybAtax
56d6b8694a
🎨 Add spotless formatting (#2)
* 🎨 Add spotless formatting

* 🚧 Add formatting check

* 🚧 Fix workflow label, Add build workflow

* 🛠️ Fix typos

* 🏃 Make binaries ~run~executable

* 🔧 Fix step name
2024-11-17 19:25:32 +01:00
Torge Hamann
e75ac48743
💾 Setup SQLite database (#3)
* Add SQLite setup

* Add basic user entity and repository

* Adjust DB naming

* Consolidate properties
2024-11-17 19:09:28 +01:00
3b7d4729a3
🎉 Create backend template using spring initializer 2024-11-04 17:39:42 +01:00