# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/aoieioq
萬字長文帶你窺探 Spring 中所有的擴展點**
寫在前面----Spring 的核心思想就是容器,當容器 refresh 的時候,外部看上去風平浪靜,其實內部則是一片驚濤駭浪,汪洋一片。Springboot 更是封裝了 Spring,遵循約定大於配置,加上自動裝配的機制。很多時候我們只要引用了一個依賴,幾乎是零配置就能完成一個功能的裝配。由 spring 提供的、在容器或 bean 生命週期各個階段、供 spring 框架回調使用的函數方法,即 ⌘ Read more