From 2b28ae3304f15f79c9a140df0f215d3df6f38463 Mon Sep 17 00:00:00 2001 From: krishna Date: Fri, 7 Jun 2024 20:13:46 -0700 Subject: [PATCH] last uncommit --- readme.md | 6 ++++++ spring-petclinic.code-workspace | 10 ++++++++++ 2 files changed, 16 insertions(+) create mode 100644 spring-petclinic.code-workspace diff --git a/readme.md b/readme.md index d8bb6db5f..7408b5d6f 100644 --- a/readme.md +++ b/readme.md @@ -142,5 +142,11 @@ My device is running with user 'krishna' and Jenkins service is running with the sudo setfacl -R -m user:jenkins:rwx /var/run/docker.sock ````` +### LAST UMCOMMIT +````` +git reset --hard HEAD~1 +git push origin -f +````` + ## License The Spring PetClinic sample application is released under version 2.0 of the [Apache License](https://www.apache.org/licenses/LICENSE-2.0). diff --git a/spring-petclinic.code-workspace b/spring-petclinic.code-workspace new file mode 100644 index 000000000..a200db562 --- /dev/null +++ b/spring-petclinic.code-workspace @@ -0,0 +1,10 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": { + "java.compile.nullAnalysis.mode": "automatic" + } +} \ No newline at end of file