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 -
- 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.
https://dev.mysql.com/downloads/mysql/ Download TAR option
- Unpack TAR
- Create
data
directory in exploded root - Initialize -
mysqld --initialize
- Check for line and make note of root password