aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbenal01 <bja4245@rit.edu>2025-02-17 21:48:04 -0500
committerbenal01 <bja4245@rit.edu>2025-02-17 21:48:04 -0500
commit2fc9729cdf220e03f43183a148f8b5780c50e515 (patch)
treec5d918b76023066c3f8240d8224f16dbfd7695d7
parent058965b3b92f54e61dd93b4fdf348bee84efbfd5 (diff)
downloadJellySolutions-2fc9729cdf220e03f43183a148f8b5780c50e515.tar.gz
JellySolutions-2fc9729cdf220e03f43183a148f8b5780c50e515.tar.bz2
JellySolutions-2fc9729cdf220e03f43183a148f8b5780c50e515.zip
removal of templatesv1.0
-rw-r--r--.gitignore4
-rw-r--r--ufund-api/.gitignore4
-rw-r--r--ufund-api/data/cupboard.json (renamed from ufund-api/data/cupboard.json.template)0
-rw-r--r--ufund-api/src/main/resources/application.properties (renamed from ufund-api/src/main/resources/application.properties.template)3
4 files changed, 6 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 227369a..1889830 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-ufund-api/src/main/resources/application.properties
-ufund-api/data/cupboard.json
+# ufund-api/src/main/resources/application.properties
+# ufund-api/data/cupboard.json
diff --git a/ufund-api/.gitignore b/ufund-api/.gitignore
index 26e0341..052bd9d 100644
--- a/ufund-api/.gitignore
+++ b/ufund-api/.gitignore
@@ -32,5 +32,5 @@ build/
.vscode/
### application specific ###
-/src/main/resources/application.properties
-/data/cupboard.json \ No newline at end of file
+# /src/main/resources/application.properties
+# /data/cupboard.json \ No newline at end of file
diff --git a/ufund-api/data/cupboard.json.template b/ufund-api/data/cupboard.json
index 0637a08..0637a08 100644
--- a/ufund-api/data/cupboard.json.template
+++ b/ufund-api/data/cupboard.json
diff --git a/ufund-api/src/main/resources/application.properties.template b/ufund-api/src/main/resources/application.properties
index aefb059..22e8184 100644
--- a/ufund-api/src/main/resources/application.properties.template
+++ b/ufund-api/src/main/resources/application.properties
@@ -1,3 +1,4 @@
# rename to application.properties
server.error.include-message=always
-cupboard.file=data/cupboard.json \ No newline at end of file
+
+cupboard.file=ufund-api/data/cupboard.json \ No newline at end of file