@Test public void testFindOne (){ ProductCategory pc = productCategoryRepository.findOne( 1); pc.setCategoryName("销售排行榜"); productCategoryRepository.save(pc); } 加上这个注解的话 就可以改变。
文章来源: https://blog.csdn.net/Demo1109/article/details/89737272