Skip to content

Instantly share code, notes, and snippets.

@megascus
Created July 1, 2014 07:44
Show Gist options
  • Save megascus/0ff833fbabac25c7cb9c to your computer and use it in GitHub Desktop.
Save megascus/0ff833fbabac25c7cb9c to your computer and use it in GitHub Desktop.
public class SomeService {
//これをいれかえたい。
@Autowired
private SomeRepository someRepository;
//
//
//
}
@Repository
public class SomeRepository {
//いろいろな本番処理
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment