DataController.java 254 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 package com.viontech.controller; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RestController; /** * . * * @author 谢明辉 * @date 2020/8/18 */ @RestController public class DataController { }