diff --git a/src/main/java/com/sztzjy/fund_investment/controller/test.java b/src/main/java/com/sztzjy/fund_investment/controller/test.java index 93574ea..222318d 100644 --- a/src/main/java/com/sztzjy/fund_investment/controller/test.java +++ b/src/main/java/com/sztzjy/fund_investment/controller/test.java @@ -1,4 +1,8 @@ package com.sztzjy.fund_investment.controller; +import org.springframework.web.bind.annotation.RestController; + +@RestController public class test { + }