Commit ee80b807 by Java-张振楠

①修改注释

parent c9713335
...@@ -8,7 +8,7 @@ import org.springframework.beans.factory.annotation.Autowired; ...@@ -8,7 +8,7 @@ import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;
/** /**
* 验证失败返回 * 轮播图
*/ */
@RestController @RestController
@RequestMapping("/api/home") @RequestMapping("/api/home")
......
...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping; ...@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController; import org.springframework.web.bind.annotation.RestController;
/** /**
* 验证失败返回 * 首页通知
*/ */
@RestController @RestController
@RequestMapping("/api/home") @RequestMapping("/api/home")
......
...@@ -10,7 +10,7 @@ import org.springframework.transaction.annotation.Transactional; ...@@ -10,7 +10,7 @@ import org.springframework.transaction.annotation.Transactional;
import java.util.List; import java.util.List;
/** /**
* 轮播图 * 首页通知
*/ */
@Service @Service
@Transactional(readOnly = true) @Transactional(readOnly = true)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment