URI? URL? URN?
URL (Uniform Resource Locator) - 리소스가 있는 위치를 지정
URN (Uniform Resource Name) - 리소스에 이름을 부여
URI는 로케이터(Locator), 이름(Name) 또는 둘 다 추가로 분류될 수 있다
URI(Uniform Resource Identifier)
URL(Uniform Resource Locator)
scheme://[userinfo@]host[:port][/path][?query][#fragment]
https://www.google.com:443/search?q=hello&hl=ko
scheme://[userinfo@]host[:port][/path][?query][#fragment]
https://www.google.com:443/search?q=hello&hl=ko
scheme://[userinfo@]host[:port][/path][?query][#fragment]
https://**www.google.com**:443/search?q=hello&hl=ko
scheme://[userinfo@]host[:port][/path][?query][#fragment]
https://www.google.com:**443**/search?q=hello&hl=ko
scheme://[userinfo@]host[:port][/path][?query][#fragment]
https://www.google.com:443/**search**?q=hello&hl=ko
scheme://[userinfo@]host[:port][/path][?query][#fragment]
https://www.google.com:443/search**?q=hello&hl=ko**
scheme://[userinfo@]host[:port][/path][?query][#fragment]
https://docs.spring.io/spring-boot/docs/current/reference/html/getting-started.html**#getting-started-introducing-spring-boo**