添加Spring Cloud Config配置中心支持

This commit is contained in:
macro
2019-10-23 16:40:47 +08:00
parent a4fde176f4
commit ad78ed7910
42 changed files with 502 additions and 351 deletions

View File

@@ -0,0 +1,16 @@
package com.macro.mall;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class MallConfigApplicationTests {
@Test
public void contextLoads() {
}
}