BaseController.java
295 Bytes
package com.viontech.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* Created by Administrator
*/
@RestController
@RequestMapping("/api/v1/datahandle")
public class BaseController {
}