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

org.zodiac.seata.constants.SeataSystemPropertiesConstants Maven / Gradle / Ivy

There is a newer version: 1.6.8
Show newest version
package org.zodiac.seata.constants;

public interface SeataSystemPropertiesConstants {

    String SEATA_PREFIX = "seata";
    String SEATA_ENABLED = SEATA_PREFIX + ".enabled";
    String SEATA_AUTO_PROXY = ".auto-proxy";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy