![240](https://cdn2.jianshu.io/assets/default_avatar/4-3397163ecdb3855a0a4139c34a695885.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
搭建個人博客有很多種方式市咆,最老牌的當(dāng)屬wordpress,功能豐富再来,但過于笨重蒙兰。我想要的只是最簡單的顯示文章以及搜索功能,當(dāng)然芒篷,樣式要簡潔漂亮搜变,而且必須支持markdown語...
@Transactional使用這個注解,測試時報錯
Failed to retrieve PlatformTransactionManager for @Transactional test
@RunWith(SpringRunner.class)
@SpringBootTest
@Transactional
public class BaseTest {
@test
public void hello(){
System.out.println("Hello Spring");
}
}
SpringBoot單元測試Spring Boot Test Spring Boot提供了一些注解和工具去幫助開發(fā)者測試他們的應(yīng)用败砂。相較于SpringBoot1.3赌渣,SpringBoot1.4對測試有了...