com.yance.utils.TioConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tio-http-server-spring-boot-starter Show documentation
Show all versions of tio-http-server-spring-boot-starter Show documentation
Tio Http 服务的 spring-boot-starter
The newest version!
package com.yance.utils;
/**
* 常量类
* @author yance
*/
public class TioConstants {
public static final String STRING_METHOD_POST = "POST";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy