搜索服务完成

This commit is contained in:
xiongxiaoyang
2020-05-28 09:48:46 +08:00
parent c6e6a1df9f
commit a310512221
35 changed files with 4546 additions and 24 deletions

View File

@ -0,0 +1,7 @@
package com.java2nb.novel.home;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class HomeController {
}