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.
|
package com.api.mq;
|
|
|
|
|
|
import com.engine.mq.RocketMqAction;
|
|
|
|
import javax.ws.rs.Path;
|
|
|
|
@Path("/kxn/spa")
|
|
public class RocketMqActionApi extends RocketMqAction {
|
|
}
|