java -Xdebug -Xrunjdwp:server=y,transport=dt_socket,address=8000,suspend=n -jar MyApp.jar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| openapi: 3.0.2 | |
| info: | |
| title: billing | |
| version: 1.0.0 | |
| description: Billing Service APIs | |
| servers: | |
| - url: http://localhost:8080/v1 | |
| description: Localhost | |
| paths: |
-
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 @projectBut before you can do that do below -
- create directory
~/.bookmarks - Add below to .bashrc
- create directory
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.