- Create directory -
mkcdir barcampbangalore - Open swagger editor - https://editor.swagger.io/
- Create Bookstore API
Get Books
- Author and/or Name Add Books Get Authors
- Book name
openapi: 3.0.2
mkcdir barcampbangaloreopenapi: 3.0.2
| --- | |
| openapi: 3.0.2 | |
| info: | |
| title: billing | |
| version: 1.0.0 | |
| description: Billing Service APIs | |
| servers: | |
| - url: http://localhost:8080/v1 | |
| description: Localhost | |
| paths: |
java -Xdebug -Xrunjdwp:server=y,transport=dt_socket,address=8000,suspend=n -jar MyApp.jar
To quickly jump to important folders in your terminal, bookmark them as
ln -s path/to/project ~/.bookmarks/@project
then to navigate to project folder -
goto @project
But before you can do that do below -
~/.bookmarks
if [ -d "$HOME/.bookmarks" ]; then
Spring Boot
Source: (https://github.com/arvindkgs/spring-rest-api-demo)
In the Synchronize view, click on the dropdown arrow next to Synchronize button, then select "Synchronize...". In the dialog that appears choose Git, press Next. Then the crucial part - select destination to be HEAD for your repository and check "Include local uncommitted changes in comparison". Click Finish.