Add REST annotations and refactor properties file handling

Introduced `@RestController` and `@RequestMapping` in `StaffAppController` for standardized API endpoints. Refactored properties file handling in `PropertiesLoader` and `PropertiesWriter` to simplify file creation logic.
This commit is contained in:
2024-08-06 23:17:06 +02:00
parent 04088c20e5
commit 2c3cb48667
4 changed files with 50 additions and 16 deletions
+4 -1
View File
@@ -39,4 +39,7 @@ bin/
.vscode/
### Mac OS ###
.DS_Store
.DS_Store
*.bat
config/