a

2018-01-01から1年間の記事一覧

GIT

clone the branch git clone -b branchName git@bitbucket.org:emma001/test20181125.git config git config -l remoteブランチを単純参照 git remote show origin remoteブランチでは削除されているが、ローカルに参照が残っているブランチを表示 git remot…

eclipse short cut key

矩形選択 Alt + Shift + A フォーマット Ctrl + Shift + F import編成 Ctrl + Shift + O

MYSQL memo

-xampp 起動 --Apach --mysql run --login cd C:\xampp\mysql\bin mysql -u root -p --root-- -- show databases; --SQLサーバの文字コード確認 show variables like '%char%'; --テストデータの作成 https://techfun.cc/database/windows-database-testdata…

category java

test spring

HTTP method

test api memo GET GETは、そのメソッド名からも分かる通り、リソースを取得するメソッドです。GETメソッドで情報を登録/変更するのは基本的に禁止です。ユーザーからすると、「GETは情報を取得するだけのメソッド」であって、リソースを登録/変更すること…

todo memo

spring boot with vm mysql Swagger:APIの統合的フレームワーク。 を使用したAPIを作成。