All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.mapway.document.test.CopyOfTestController3 Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package cn.mapway.document.test;

import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;

import cn.mapway.document.annotation.Doc;

/**
 * The Class CopyOfTestController3.
 */
@Doc(value = "ABCD", group = "/泛能",desc="今天我们做对了吗?")
@Controller
@RequestMapping(value="doc/456/")
public class CopyOfTestController3 {
	
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy