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

com.yanyun.cloud.PingPong Maven / Gradle / Ivy

There is a newer version: 1.0.8
Show newest version
package com.yanyun.cloud;

import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;

/**
 * 心跳监测
 */
@RestController
public class PingPong {

    @GetMapping("/ping")
    public String ping(){
        return "pong";
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy