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

org.noear.luffy.event.message.Config Maven / Gradle / Ivy

There is a newer version: 1.9.0
Show newest version
package org.noear.luffy.event.message;

import org.noear.wood.DbContext;
import org.noear.wood.cache.ICacheServiceEx;

public class Config {
    public static DbContext db;
    public static ICacheServiceEx cache;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy