package com.cku.service; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.cku.dao.CkuUserMapper; @Service("ckuUserService") public class CkuUserServiceImpl { @Autowired public CkuUserMapper ckuUserMapper; }