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

io.github.wslxm.springbootplus2.manage.sys.service.ToolServer Maven / Gradle / Ivy

The newest version!
package io.github.wslxm.springbootplus2.manage.sys.service;


import io.github.wslxm.springbootplus2.manage.sys.model.vo.next.ToolJvmInfoVO;

/**
 *  @author wangsong
 */
public interface ToolServer {


    /**
     * 查询 jvm 信息
     *
     * @return io.github.wslxm.springbootplus2.manage.xj.model.vo.ToolJvmInfoVO
     * @version 1.0.0
     */
    ToolJvmInfoVO jvmInfo();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy