Spring Framework の例を調べています。ここからチェックアウトしました。
それでも、NetBeans で jpetstore の例を開くと、欠落しているか未解決の Maven 依存関係がいくつか示されています。
import org.springframework.dao.DataAccessException;
import org.springframework.beans.support.PagedListHolder;
import org.springframework.transaction.annotation.Transactional;
import org.springframework.aop.AfterReturningAdvice;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.mail.MailException;
import org.springframework.mail.MailSender;
import org.springframework.mail.SimpleMailMessage;
import org.springframework.remoting.jaxrpc.ServletEndpointSupport;
import org.springframework.beans.factory.ListableBeanFactory;
...
NetBeans に検索を依頼しても、検索できません。この問題の原因と解決方法を教えてください。