site.sorghum.anno._common.AnnoConstants Maven / Gradle / Ivy
The newest version!
package site.sorghum.anno._common;
/**
* @author songyinyin
* @since 2023/9/7 18:21
*/
public interface AnnoConstants {
String DEFAULT_DATASOURCE_NAME = "annoDataSource";
String BASE_URL = "/anno-admin-api";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy