from gitlab

This commit is contained in:
Jottyfan
2025-02-20 22:11:45 +01:00
parent 80aa52f90f
commit 08162f35e8
32 changed files with 4694 additions and 1 deletions
+19
View File
@@ -0,0 +1,19 @@
# car
fuel recorder for my car
# installation
```bash
gradlew clean build
```
copy the corresponding jar file from `build/libs` to the folder of your destination
# running the app
create your own `application.properties` file and put it on your server; call that file on runtime
```bash
java -Dspring.config.location=/wherever/you/have/it/application.properties -jar car-VERSION.jar
```