You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

SpringBootDemoZookeeperApplicationTests.java 366 B

1234567891011121314151617
  1. package com.xkcoding.zookeeper;
  2. import org.junit.Test;
  3. import org.junit.runner.RunWith;
  4. import org.springframework.boot.test.context.SpringBootTest;
  5. import org.springframework.test.context.junit4.SpringRunner;
  6. @RunWith(SpringRunner.class)
  7. @SpringBootTest
  8. public class SpringBootDemoZookeeperApplicationTests {
  9. @Test
  10. public void contextLoads() {
  11. }
  12. }

一个用来深度学习并实战 spring boot 的项目,目前总共包含 66 个集成demo,已经完成 55 个。

Contributors (1)