com.github.dreamroute.locker.util.Constent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of locker-spring-boot-starter Show documentation
Show all versions of locker-spring-boot-starter Show documentation
Parent pom providing dependency and plugin management for applications built with Maven
The newest version!
package com.github.dreamroute.locker.util;
/**
* 常量
*
* @author w.dehai
*/
public class Constent {
private Constent() {}
/**
* optimistic lock plugin log prefix
*/
public static final String LOG_PREFIX = "[[[[[[[[[[[-> [Optimistic Loker] <-]]]]]]]]]]]";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy