aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/main/resources/application-stub.yaml
diff options
context:
space:
mode:
authorlapentafd <francesco.lapenta@est.tech>2023-01-24 15:50:27 +0000
committerFrancesco Davide Lapenta <francesco.lapenta@est.tech>2023-01-25 09:43:52 +0000
commit179fd9a931127160fb08aca517083de59c3e0c73 (patch)
tree23606c59025b41af0008177027d02421daa16d17 /main/src/main/resources/application-stub.yaml
parent09191f108632a46862ea7c60023ea5d012a81823 (diff)
Server Stubs PAP
Added "stub" profile with simple endpoint implementation Issue-ID: POLICY-4143 Change-Id: I8ad911f314e1d1428d05aa419f1322616d8ef835 Signed-off-by: lapentafd <francesco.lapenta@est.tech>
Diffstat (limited to 'main/src/main/resources/application-stub.yaml')
-rw-r--r--main/src/main/resources/application-stub.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/src/main/resources/application-stub.yaml b/main/src/main/resources/application-stub.yaml
new file mode 100644
index 00000000..b509fd69
--- /dev/null
+++ b/main/src/main/resources/application-stub.yaml
@@ -0,0 +1,3 @@
+spring:
+ application:
+ name: "policy-api-stub" \ No newline at end of file