예제 #1
0
 @Transactional
 public void updatePost(Post post) {
   posts.updatePost(post);
 }