git init
on local folder- Create new empty repository on remote without any files
git remote add origin [email protected]:arvindgs/kinesisdemo.git
git branch --set-upstream-to=origin/master master
git add .
git commit -m "Initial commit"
git push
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
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.
Spring Boot
Source: (https://github.com/arvindkgs/spring-rest-api-demo)
OlderNewer