Commit 37b62a54 by shenjunjie

更改test方法访问路径

parent a5619849
......@@ -67,10 +67,4 @@ public class CommonController extends BaseController {
return ResponseResult.success(projectService.getUserAllProjects());
}
@ApiOperation("测试接口")
@GetMapping("/test")
public ResponseResult test() {
return ResponseResult.success("true");
}
}
......@@ -92,5 +92,11 @@ public class LoginController extends BaseController {
return ResponseResult.success(iProjectService.getLoginUserAllProjects());
}
@ApiOperation("测试接口")
@GetMapping("/test")
public ResponseResult test() {
return ResponseResult.success("brandkbs2-success 2022/7/8");
}
}
application.name = brandkbs2
server.port=8888
spring.flyway.encoding=UTF-8
server.servlet.context-path=/brandkbs
#jwt
jwt.key=Token
jwt.hour=120
......
application.name = brandkbs2
server.port=8888
spring.flyway.encoding=UTF-8
server.servlet.context-path=/brandkbs
#jwt
jwt.key=Token
jwt.hour=120
......
application.name = brandkbs2
server.port=8888
spring.flyway.encoding=UTF-8
server.servlet.context-path=/brandkbs
#jwt
jwt.key=Token
......
server.port=8888
spring.profiles.active=pro
spring.flyway.encoding=UTF-8
server.servlet.context-path=/brandkbs
\ No newline at end of file
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