port org.springframework.*;
import org.springframework.context.support.FileSystemXmlApplicationContext;
難道.* 不 包括後面那一串嗎?為啥注釋了長的import 報錯FileSystemXmlApplicationContext cannot be resolved to a type
import org.springframework.context.support.*,你這麼寫就可以了,而你那麼寫的話不會導入子包裡面的類。