242526272829303132
} catch (RuntimeException e) { e.printStackTrace(); } } @Test public void save(){ Comment comment = new Comment(); comment.setContent("评论1"); commentService.save(comment); }