You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
254 B
Java
13 lines
254 B
Java
1 year ago
|
package com.api.jclpoc.web;
|
||
|
|
||
|
import javax.ws.rs.Path;
|
||
|
|
||
|
/**
|
||
|
* @author:dxfeng
|
||
|
* @createTime: 2024/05/08
|
||
|
* @version: 1.0
|
||
|
*/
|
||
|
@Path("/jcl/poc/pocperformance")
|
||
|
public class PocPerformanceController extends com.engine.jclpoc.web.PocPerformanceController{
|
||
|
}
|