mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 07:15:49 +00:00
last uncommit
This commit is contained in:
parent
69551882ed
commit
2b28ae3304
2 changed files with 16 additions and 0 deletions
|
@ -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).
|
||||
|
|
10
spring-petclinic.code-workspace
Normal file
10
spring-petclinic.code-workspace
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"java.compile.nullAnalysis.mode": "automatic"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue