Commit 2dbbe9af by shenjunjie

Merge branch 'feature' into 'dev'

更改test方法访问路径

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