springboot升级为1.5.14,添加搜索模块

This commit is contained in:
zhh
2018-06-19 09:27:11 +08:00
parent ea516e85cd
commit f960972e54
14 changed files with 501 additions and 11 deletions

View File

@@ -0,0 +1,16 @@
package com.macro.mall.search;
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 MallSearchApplicationTests {
@Test
public void contextLoads() {
}
}