Skip to content

Instantly share code, notes, and snippets.

@ossan-pg
Created July 17, 2023 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ossan-pg/e86f8a3298a8139d81bc8553aea04af0 to your computer and use it in GitHub Desktop.
Save ossan-pg/e86f8a3298a8139d81bc8553aea04af0 to your computer and use it in GitHub Desktop.
■RestTemplateの使い方関連
【Spring Boot】RestTemplateによるAPI呼び出し
https://b1san-blog.com/post/spring/spring-rest-template/
SpringBootで「application/x-www-form-urlencoded」形式のリクエストを送る&受け取る
https://hirabay.net/?p=99
■サンプル用プロジェクトの作成のため参考にした
IntelliJでSpringFramework(MVC)のmavenプロジェクトHelloWorld(2020/3)
https://qiita.com/kasa_le/items/6aaf17823db67c951fb0
2.3. はじめてのSpring MVCアプリケーション (TERASOLUNA)
https://terasolunaorg.github.io/guideline/1.0.2.RELEASE/ja/Overview/FirstApplication.html
Spring MVCのコントローラでの戻り値いろいろ
https://qiita.com/tag1216/items/3680b92cf96eb5a170f0
■Charset関連
REST通信には、げきつよRestTemplateを使うべし
https://qiita.com/malvageee/items/0ed226c97f86bf008522
IANA - Character Sets
https://www.iana.org/assignments/character-sets/character-sets.xhtml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment